Home
last modified time | relevance | path

Searched refs:NEXTHDR_NONE (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
Dexthdrs_core.c22 (nexthdr == NEXTHDR_NONE) || in ipv6_ext_hdr()
83 if (nexthdr == NEXTHDR_NONE) in ipv6_skip_exthdr()
213 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()
254 hp->nexthdr == NEXTHDR_NONE)) { in ipv6_find_hdr()
Dip6_tunnel.c432 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dip6t_ipv6header.c51 if (nexthdr == NEXTHDR_NONE) { in ipv6header_mt6()
106 if (nexthdr != NEXTHDR_NONE && nexthdr != NEXTHDR_ESP) in ipv6header_mt6()
Dnf_log_ipv6.c73 while (currenthdr != NEXTHDR_NONE && nf_ip6_ext_hdr(currenthdr)) { in dump_ipv6_packet()
Dnf_conntrack_reasm.c407 if (nexthdr == NEXTHDR_NONE) { in find_prev_fhdr()
/kernel/linux/linux-5.10/net/openvswitch/
Dflow.c257 key->ip.proto = NEXTHDR_NONE; in parse_ipv6hdr()
/kernel/linux/linux-5.10/include/net/
Dipv6.h42 #define NEXTHDR_NONE 59 /* No next header */ macro
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c133 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()