Home
last modified time | relevance | path

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

/linux/net/netfilter/
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()
A Dnf_synproxy_core.c672 struct tcphdr *th, _th; in ipv4_synproxy_hook() local
688 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv4_synproxy_hook()
1089 struct tcphdr *th, _th; in ipv6_synproxy_hook() local
1111 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv6_synproxy_hook()
/linux/net/ipv4/netfilter/
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()
/linux/net/ipv6/netfilter/
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()
/linux/drivers/hwtracing/intel_th/
A Dintel_th.h61 #define INTEL_TH_CAP(_th, _cap) ((_th)->drvdata ? (_th)->drvdata->_cap : 0) argument
/linux/net/core/
A Dflow_dissector.c704 struct tcphdr *th, _th; in __skb_flow_dissect_tcp() local
709 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp()
713 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
/linux/net/ipv6/
A Dtcp_ipv6.c675 struct tcphdr *_th; in tcp_v6_md5_hash_headers() local
684 _th = (struct tcphdr *)(bp + 1); in tcp_v6_md5_hash_headers()
685 memcpy(_th, th, sizeof(*th)); in tcp_v6_md5_hash_headers()
686 _th->check = 0; in tcp_v6_md5_hash_headers()
/linux/net/ipv4/
A Dtcp_ipv4.c1307 struct tcphdr *_th; in tcp_v4_md5_hash_headers() local
1316 _th = (struct tcphdr *)(bp + 1); in tcp_v4_md5_hash_headers()
1317 memcpy(_th, th, sizeof(*th)); in tcp_v4_md5_hash_headers()
1318 _th->check = 0; in tcp_v4_md5_hash_headers()

Completed in 28 milliseconds