Home
last modified time | relevance | path

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

/linux-6.15/net/openvswitch/
H A Dflow.c274 u16 *ext_hdrs) in get_ipv6_ext_hdrs() argument
280 *ext_hdrs = 0; in get_ipv6_ext_hdrs()
300 *ext_hdrs |= OFPIEH12_ESP; in get_ipv6_ext_hdrs()
306 if ((*ext_hdrs & in get_ipv6_ext_hdrs()
312 *ext_hdrs |= OFPIEH12_AUTH; in get_ipv6_ext_hdrs()
317 if (*ext_hdrs & in get_ipv6_ext_hdrs()
320 *ext_hdrs |= OFPIEH12_DEST; in get_ipv6_ext_hdrs()
322 if (*ext_hdrs & in get_ipv6_ext_hdrs()
345 *ext_hdrs |= OFPIEH12_FRAG; in get_ipv6_ext_hdrs()
367 if (*ext_hdrs == 0) in get_ipv6_ext_hdrs()
[all …]
/linux-6.15/net/key/
H A Daf_key.c534 if (ext_hdrs[ext_type-1] != NULL) in parse_exthdrs()
556 ext_hdrs[ext_type-1] = (void *) p; in parse_exthdrs()
660 sa = ext_hdrs[SADB_EXT_SA - 1]; in pfkey_xfrm_state_lookup()
1061 void * const *ext_hdrs) in pfkey_msg2xfrm_state() argument
1072 sa = ext_hdrs[SADB_EXT_SA - 1]; in pfkey_msg2xfrm_state()
1081 !ext_hdrs[SADB_EXT_KEY_AUTH-1]) in pfkey_msg2xfrm_state()
1238 if (ext_hdrs[SADB_X_EXT_SA2-1]) { in pfkey_msg2xfrm_state()
1541 if (!ext_hdrs[SADB_EXT_SA-1] || in pfkey_delete()
1582 if (!ext_hdrs[SADB_EXT_SA-1] || in pfkey_get()
2833 void *ext_hdrs[SADB_EXT_MAX]; in pfkey_process() local
[all …]