Home
last modified time | relevance | path

Searched refs:SADB_X_EXT_SA2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dpfkeyv2.h364 #define SADB_X_EXT_SA2 19 macro
/linux-4.4.14/net/key/
Daf_key.c361 [SADB_X_EXT_SA2] = (u8) sizeof(struct sadb_x_sa2),
957 sa2->sadb_x_sa2_exttype = SADB_X_EXT_SA2; in __pfkey_xfrm_state2msg()
1203 if (ext_hdrs[SADB_X_EXT_SA2-1]) { in pfkey_msg2xfrm_state()
1204 const struct sadb_x_sa2 *sa2 = ext_hdrs[SADB_X_EXT_SA2-1]; in pfkey_msg2xfrm_state()
1293 if ((sa2 = ext_hdrs[SADB_X_EXT_SA2-1]) != NULL) { in pfkey_getspi()