Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dexthdrs_core.c21 (nexthdr == NEXTHDR_NONE) || in ipv6_ext_hdr()
82 if (nexthdr == NEXTHDR_NONE) in ipv6_skip_exthdr()
212 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()
253 hp->nexthdr == NEXTHDR_NONE)) { in ipv6_find_hdr()
Dseg6_iptunnel.c274 err = seg6_do_srh_encap(skb, tinfo->srh, NEXTHDR_NONE); in seg6_do_srh()
Dseg6_local.c269 if (!decap_and_validate(skb, NEXTHDR_NONE)) in input_action_end_dx2()
Dip6_tunnel.c410 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_ipv6header.c54 if (nexthdr == NEXTHDR_NONE) { in ipv6header_mt6()
106 if (nexthdr != NEXTHDR_NONE && nexthdr != NEXTHDR_ESP) in ipv6header_mt6()
Dnf_log_ipv6.c76 while (currenthdr != NEXTHDR_NONE && ip6t_ext_hdr(currenthdr)) { in dump_ipv6_packet()
Dnf_conntrack_reasm.c503 if (nexthdr == NEXTHDR_NONE) { in find_prev_fhdr()
/Linux-v4.19/net/openvswitch/
Dflow.c273 key->ip.proto = NEXTHDR_NONE; in parse_ipv6hdr()
/Linux-v4.19/include/net/
Dipv6.h45 #define NEXTHDR_NONE 59 /* No next header */ macro
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c139 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()