Searched refs:_th (Results 1 – 7 of 7) sorted by relevance
| /net/netfilter/ |
| A 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()
|
| A D | nf_synproxy_core.c | 649 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()
|
| /net/ipv4/netfilter/ |
| A 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()
|
| /net/ipv6/netfilter/ |
| A 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()
|
| /net/core/ |
| A D | flow_dissector.c | 832 struct tcphdr *th, _th; in __skb_flow_dissect_tcp() local 837 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp() 841 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
|
| /net/ipv6/ |
| A D | tcp_ipv6.c | 700 struct tcphdr *_th; in tcp_v6_md5_hash_headers() local 709 _th = (struct tcphdr *)(bp + 1); in tcp_v6_md5_hash_headers() 710 memcpy(_th, th, sizeof(*th)); in tcp_v6_md5_hash_headers() 711 _th->check = 0; in tcp_v6_md5_hash_headers()
|
| /net/ipv4/ |
| A D | tcp_ipv4.c | 1586 struct tcphdr *_th; local 1595 _th = (struct tcphdr *)(bp + 1); 1596 memcpy(_th, th, sizeof(*th)); 1597 _th->check = 0;
|
Completed in 27 milliseconds