Searched refs:pfkey_supported (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/xfrm/ |
D | xfrm_algo.c | 39 .pfkey_supported = 1, 58 .pfkey_supported = 1, 77 .pfkey_supported = 1, 96 .pfkey_supported = 1, 115 .pfkey_supported = 1, 134 .pfkey_supported = 1, 153 .pfkey_supported = 1, 172 .pfkey_supported = 0, 187 .pfkey_supported = 1, 207 .pfkey_supported = 1, [all …]
|
/linux-4.4.14/net/key/ |
D | af_key.c | 816 sa->sadb_sa_auth = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 823 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 829 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 1142 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1164 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1176 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1617 if (!aalg->pfkey_supported) in compose_sadb_supported() 1638 if (!ealg->pfkey_supported) in compose_sadb_supported() 2843 if (!aalg->pfkey_supported) in count_ah_combs() 2860 if (!ealg->pfkey_supported) in count_esp_combs() [all …]
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 1349 u8 pfkey_supported:1; member
|