Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A 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()
H A Dseg6_local.c702 nexthdr == NEXTHDR_NONE)) in seg6_pop_srh()
H A Dip6_tunnel.c404 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_ipv6header.c51 if (nexthdr == NEXTHDR_NONE) { in ipv6header_mt6()
106 if (nexthdr != NEXTHDR_NONE && nexthdr != NEXTHDR_ESP) in ipv6header_mt6()
H A Dnf_conntrack_reasm.c410 if (nexthdr == NEXTHDR_NONE) { in find_prev_fhdr()
/openbmc/linux/net/netfilter/
H A Dnf_log_syslog.c570 while (currenthdr != NEXTHDR_NONE && nf_ip6_ext_hdr(currenthdr)) { in dump_ipv6_packet()
/openbmc/linux/net/openvswitch/
H A Dflow.c402 key->ip.proto = NEXTHDR_NONE; in parse_ipv6hdr()
/openbmc/linux/include/net/
H A Dipv6.h45 #define NEXTHDR_NONE 59 /* No next header */ macro
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c76 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1091 if (*nexthdr == NEXTHDR_NONE) in wx_get_ipv6_proto()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11360 if (hdr_count >= 3 || *nexthdr == NEXTHDR_NONE || in bnxt_exthdr_check()