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

/linux-master/net/ipv6/
H A Dexthdrs_core.c22 (nexthdr == NEXTHDR_NONE) ||
55 * NOTES: - if packet terminated with NEXTHDR_NONE it returns NULL.
83 if (nexthdr == NEXTHDR_NONE)
175 * NEXTHDR_NONE it is considered invalid.
213 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) {
254 hp->nexthdr == NEXTHDR_NONE)) {
H A Dseg6_local.c702 nexthdr == NEXTHDR_NONE))
H A Dip6_tunnel.c403 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) {
/linux-master/net/ipv6/netfilter/
H A Dip6t_ipv6header.c51 if (nexthdr == NEXTHDR_NONE) {
106 if (nexthdr != NEXTHDR_NONE && nexthdr != NEXTHDR_ESP)
H A Dnf_conntrack_reasm.c405 if (nexthdr == NEXTHDR_NONE) {
/linux-master/net/netfilter/
H A Dnf_log_syslog.c570 while (currenthdr != NEXTHDR_NONE && nf_ip6_ext_hdr(currenthdr)) {
/linux-master/net/openvswitch/
H A Dflow.c402 key->ip.proto = NEXTHDR_NONE;
/linux-master/include/net/
H A Dipv6.h45 #define NEXTHDR_NONE 59 /* No next header */ macro
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c76 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) {
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1096 if (*nexthdr == NEXTHDR_NONE)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12820 if (hdr_count >= 3 || *nexthdr == NEXTHDR_NONE ||

Completed in 340 milliseconds