Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dipv6_frag.h127 case NEXTHDR_TCP: in ipv6frag_thdr_truncated()
H A Dipv6.h36 #define NEXTHDR_TCP 6 /* TCP segment. */ macro
/openbmc/linux/net/ipv6/ila/
H A Dila_common.c82 case NEXTHDR_TCP: in ila_csum_adjust_transport()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c25 #define NEXTHDR_TCP 6 macro
409 if (hdr->ipv6->nexthdr != NEXTHDR_TCP) in tcp_dissect()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c735 if ((val == NEXTHDR_TCP || val == NEXTHDR_UDP) && msk == 0xff) in is1_entry_set()
742 if (val == NEXTHDR_TCP) in is1_entry_set()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h897 val = (ipv6_hdr(skb)->nexthdr == NEXTHDR_TCP); in is_tcp_pkt()
H A Dbe_main.c1099 if (ip6h->nexthdr != NEXTHDR_TCP && in be_ipv6_exthdr_check()
/openbmc/linux/net/openvswitch/
H A Dflow.c848 if (key->ip.proto == NEXTHDR_TCP) { in key_extract_l3l4()
H A Dactions.c387 if (l4_proto == NEXTHDR_TCP) { in update_ipv6_checksum()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1487 ip6->nexthdr = NEXTHDR_TCP; in qede_flow_build_ipv6_hdr()