Searched refs:NEXTHDR_TCP (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h59 #define NEXTHDR_TCP 6 macro
H A Dxdp_synproxy_kern.c27 #define NEXTHDR_TCP 6 macro
411 if (hdr->ipv6->nexthdr != NEXTHDR_TCP)
H A Dtest_tcp_custom_syncookie.c108 if (ctx->ipv6->nexthdr != NEXTHDR_TCP)
/linux-master/net/ipv6/ila/
H A Dila_common.c82 case NEXTHDR_TCP:
/linux-master/include/net/
H A Dipv6_frag.h127 case NEXTHDR_TCP:
H A Dipv6.h36 #define NEXTHDR_TCP 6 /* TCP segment. */ macro
/linux-master/drivers/net/ethernet/sfc/
H A Dtx_tso.c159 EFX_WARN_ON_ONCE_PARANOID(ipv6_hdr(skb)->nexthdr != NEXTHDR_TCP);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vcap.c735 if ((val == NEXTHDR_TCP || val == NEXTHDR_UDP) && msk == 0xff)
742 if (val == NEXTHDR_TCP)
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h897 val = (ipv6_hdr(skb)->nexthdr == NEXTHDR_TCP);
H A Dbe_main.c1099 if (ip6h->nexthdr != NEXTHDR_TCP &&
/linux-master/net/openvswitch/
H A Dflow.c847 if (key->ip.proto == NEXTHDR_TCP) {
H A Dactions.c394 if (l4_proto == NEXTHDR_TCP) {
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1487 ip6->nexthdr = NEXTHDR_TCP;

Completed in 215 milliseconds