Searched refs:pfkey_supported (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/xfrm/ |
D | xfrm_algo.c | 38 .pfkey_supported = 1, 56 .pfkey_supported = 1, 74 .pfkey_supported = 1, 92 .pfkey_supported = 1, 110 .pfkey_supported = 1, 128 .pfkey_supported = 1, 146 .pfkey_supported = 1, 168 .pfkey_supported = 1, 188 .pfkey_supported = 1, 208 .pfkey_supported = 1, [all …]
|
/linux-4.1.27/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() 1616 if (!aalg->pfkey_supported) in compose_sadb_supported() 1637 if (!ealg->pfkey_supported) in compose_sadb_supported() 2842 if (!aalg->pfkey_supported) in count_ah_combs() 2859 if (!ealg->pfkey_supported) in count_esp_combs() [all …]
|
/linux-4.1.27/include/net/ |
D | xfrm.h | 1338 u8 pfkey_supported:1; member
|