Home | History | Annotate | Download | only in netipsec

Lines Matching defs:sup

7296 	struct sadb_supported *sup;
7335 sup = (struct sadb_supported *)(mtod(n, char *) + off);
7336 sup->sadb_supported_len = PFKEY_UNIT64(alen);
7337 sup->sadb_supported_exttype = SADB_EXT_SUPPORTED_AUTH;
7338 sup->sadb_supported_reserved = 0;
7339 off += PFKEY_ALIGN8(sizeof(*sup));
7361 sup = (struct sadb_supported *)(mtod(n, char *) + off);
7362 sup->sadb_supported_len = PFKEY_UNIT64(elen);
7363 sup->sadb_supported_exttype = SADB_EXT_SUPPORTED_ENCRYPT;
7364 sup->sadb_supported_reserved = 0;
7365 off += PFKEY_ALIGN8(sizeof(*sup));