Searched refs:_th (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/net/ipv4/netfilter/ |
| D | ipt_SYNPROXY.c | 267 struct tcphdr *th, _th; in synproxy_tg4() local 272 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg4() 316 struct tcphdr *th, _th; in ipv4_synproxy_hook() local 331 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv4_synproxy_hook()
|
| /linux-4.4.14/net/ipv6/netfilter/ |
| D | ip6t_SYNPROXY.c | 280 struct tcphdr *th, _th; in synproxy_tg6() local 285 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg6() 329 struct tcphdr *th, _th; in ipv6_synproxy_hook() local 351 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv6_synproxy_hook()
|