Home
last modified time | relevance | path

Searched refs:NEXTHDR_TCP (Results 1 – 9 of 9) sorted by relevance

/linux/include/net/
H A Dipv6_frag.h128 case NEXTHDR_TCP: in ipv6frag_thdr_truncated()
/linux/net/ipv6/ila/
H A Dila_common.c82 case NEXTHDR_TCP: in ila_csum_adjust_transport()
/linux/drivers/net/ethernet/sfc/
H A Dtx_tso.c159 EFX_WARN_ON_ONCE_PARANOID(ipv6_hdr(skb)->nexthdr != NEXTHDR_TCP); in efx_tso_check_protocol()
/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c27 #define NEXTHDR_TCP 6 macro
411 if (hdr->ipv6->nexthdr != NEXTHDR_TCP) in tcp_dissect()
H A Dtest_tcp_custom_syncookie.c109 if (ctx->ipv6->nexthdr != NEXTHDR_TCP) in tcp_load_headers()
/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c736 if ((val == NEXTHDR_TCP || val == NEXTHDR_UDP) && msk == 0xff) in is1_entry_set()
743 if (val == NEXTHDR_TCP) in is1_entry_set()
/linux/net/openvswitch/
H A Dactions.c362 if (l4_proto == NEXTHDR_TCP) { in update_ipv6_checksum()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1484 ip6->nexthdr = NEXTHDR_TCP; in qede_flow_build_ipv6_hdr()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1099 if (ip6h->nexthdr != NEXTHDR_TCP && in be_ipv6_exthdr_check()