Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c19 struct tcphdr *th, _th; in synproxy_tg4() local
24 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg4()
/openbmc/linux/net/netfilter/
H A Dxt_TCPOPTSTRIP.c34 struct tcphdr *tcph, _th; in tcpoptstrip_mangle_packet() local
44 tcph = skb_header_pointer(skb, tcphoff, sizeof(_th), &_th); in tcpoptstrip_mangle_packet()
H A Dnf_synproxy_core.c649 struct tcphdr *th, _th; in ipv4_synproxy_hook() local
665 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv4_synproxy_hook()
1066 struct tcphdr *th, _th; in ipv6_synproxy_hook() local
1088 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv6_synproxy_hook()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c19 struct tcphdr *th, _th; in synproxy_tg6() local
24 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg6()
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dintel_th.h61 #define INTEL_TH_CAP(_th, _cap) ((_th)->drvdata ? (_th)->drvdata->_cap : 0) argument
/openbmc/linux/tools/testing/selftests/net/
H A Dcsum.c256 static void *build_packet_tcp(void *_th) in build_packet_tcp() argument
258 struct tcphdr *th = _th; in build_packet_tcp()
/openbmc/linux/net/core/
H A Dflow_dissector.c808 struct tcphdr *th, _th; in __skb_flow_dissect_tcp() local
813 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp()
817 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c680 struct tcphdr *_th; in tcp_v6_md5_hash_headers() local
689 _th = (struct tcphdr *)(bp + 1); in tcp_v6_md5_hash_headers()
690 memcpy(_th, th, sizeof(*th)); in tcp_v6_md5_hash_headers()
691 _th->check = 0; in tcp_v6_md5_hash_headers()
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c1393 struct tcphdr *_th; in tcp_v4_md5_hash_headers() local
1402 _th = (struct tcphdr *)(bp + 1); in tcp_v4_md5_hash_headers()
1403 memcpy(_th, th, sizeof(*th)); in tcp_v4_md5_hash_headers()
1404 _th->check = 0; in tcp_v4_md5_hash_headers()