Symbol: ipv6_ext_hdr
drivers/net/ethernet/broadcom/bnxt/bnxt.c
14067
while (ipv6_ext_hdr(*nexthdr)) {
drivers/net/ethernet/emulex/benet/be.h
922
return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr);
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
136
if (ipv6_ext_hdr(l4_proto))
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
62
if (ipv6_ext_hdr(l4_proto))
drivers/net/wireless/intel/iwlwifi/mld/tx.c
248
while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) {
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
77
while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) {
include/net/ipv6.h
1107
bool ipv6_ext_hdr(u8 nexthdr);
net/ipv6/exthdrs_core.c
217
if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) {
net/ipv6/exthdrs_core.c
25
EXPORT_SYMBOL(ipv6_ext_hdr);
net/ipv6/exthdrs_core.c
260
((!ipv6_ext_hdr(hp->nexthdr)) ||
net/ipv6/exthdrs_core.c
80
while (ipv6_ext_hdr(nexthdr)) {
net/ipv6/icmp.c
1055
if (ipv6_ext_hdr(nexthdr)) {
net/ipv6/ip6_input.c
605
if (!ipv6_ext_hdr(nexthdr)) {
net/ipv6/ip6_output.c
441
if (ipv6_ext_hdr(nexthdr)) {
net/ipv6/ip6_tunnel.c
404
while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) {
net/ipv6/netfilter/nf_conntrack_reasm.c
410
if (!ipv6_ext_hdr(nexthdr)) {
net/ipv6/seg6_local.c
704
if (unlikely(!ipv6_ext_hdr(nexthdr) ||
net/netfilter/nf_flow_table_ip.c
360
if (ipv6_ext_hdr(ip6h->nexthdr))
net/netfilter/nfnetlink_queue.c
1283
while (ipv6_ext_hdr(orig_nexthdr)) {
net/openvswitch/actions.c
547
if (ipv6_ext_hdr(nh->nexthdr))
net/openvswitch/flow.c
278
while (ipv6_ext_hdr(next_type)) {
net/xfrm/xfrm_device.c
460
if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr))