Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dipt_SYNPROXY.c262 struct tcphdr *th, _th; in synproxy_tg4() local
267 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg4()
311 struct tcphdr *th, _th; in ipv4_synproxy_hook() local
326 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv4_synproxy_hook()
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_SYNPROXY.c277 struct tcphdr *th, _th; in synproxy_tg6() local
282 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg6()
326 struct tcphdr *th, _th; in ipv6_synproxy_hook() local
348 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv6_synproxy_hook()