Searched refs:pfkey_supported (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/xfrm/ |
D | xfrm_algo.c | 41 .pfkey_supported = 1, 60 .pfkey_supported = 1, 79 .pfkey_supported = 1, 98 .pfkey_supported = 1, 117 .pfkey_supported = 1, 136 .pfkey_supported = 1, 155 .pfkey_supported = 1, 174 .pfkey_supported = 0, 189 .pfkey_supported = 1, 209 .pfkey_supported = 1, [all …]
|
/Linux-v4.19/net/key/ |
D | af_key.c | 873 sa->sadb_sa_auth = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 880 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 886 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 1191 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1215 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1229 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1674 if (!aalg->pfkey_supported) in compose_sadb_supported() 1695 if (!ealg->pfkey_supported) in compose_sadb_supported() 2906 if (!aalg->pfkey_supported) in count_ah_combs() 2923 if (!ealg->pfkey_supported) in count_esp_combs() [all …]
|
/Linux-v4.19/include/net/ |
D | xfrm.h | 1462 u8 pfkey_supported:1; member
|