Searched refs:_th (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/net/ipv4/netfilter/ |
| D | ipt_SYNPROXY.c | 19 struct tcphdr *th, _th; in synproxy_tg4() local 24 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg4()
|
| /Linux-v5.4/net/ipv6/netfilter/ |
| D | ip6t_SYNPROXY.c | 19 struct tcphdr *th, _th; in synproxy_tg6() local 24 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg6()
|
| /Linux-v5.4/net/netfilter/ |
| D | xt_TCPOPTSTRIP.c | 34 struct tcphdr *tcph, _th; in tcpoptstrip_mangle_packet() local 44 tcph = skb_header_pointer(skb, tcphoff, sizeof(_th), &_th); in tcpoptstrip_mangle_packet()
|
| D | nf_synproxy_core.c | 667 struct tcphdr *th, _th; in ipv4_synproxy_hook() local 683 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv4_synproxy_hook() 1085 struct tcphdr *th, _th; in ipv6_synproxy_hook() local 1107 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv6_synproxy_hook()
|
| /Linux-v5.4/drivers/hwtracing/intel_th/ |
| D | intel_th.h | 59 #define INTEL_TH_CAP(_th, _cap) ((_th)->drvdata ? (_th)->drvdata->_cap : 0) argument
|
| /Linux-v5.4/net/core/ |
| D | flow_dissector.c | 668 struct tcphdr *th, _th; in __skb_flow_dissect_tcp() local 673 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp() 677 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
|
| /Linux-v5.4/net/ipv6/ |
| D | tcp_ipv6.c | 600 struct tcphdr *_th; in tcp_v6_md5_hash_headers() local 609 _th = (struct tcphdr *)(bp + 1); in tcp_v6_md5_hash_headers() 610 memcpy(_th, th, sizeof(*th)); in tcp_v6_md5_hash_headers() 611 _th->check = 0; in tcp_v6_md5_hash_headers()
|
| /Linux-v5.4/net/ipv4/ |
| D | tcp_ipv4.c | 1190 struct tcphdr *_th; in tcp_v4_md5_hash_headers() local 1199 _th = (struct tcphdr *)(bp + 1); in tcp_v4_md5_hash_headers() 1200 memcpy(_th, th, sizeof(*th)); in tcp_v4_md5_hash_headers() 1201 _th->check = 0; in tcp_v4_md5_hash_headers()
|