Searched refs:synproxy_parse_options (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_synproxy.h | 59 bool synproxy_parse_options(const struct sk_buff *skb, unsigned int doff,
|
/linux-4.1.27/net/netfilter/ |
D | nf_synproxy_core.c | 28 synproxy_parse_options(const struct sk_buff *skb, unsigned int doff, in synproxy_parse_options() function 90 EXPORT_SYMBOL_GPL(synproxy_parse_options);
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 271 if (!synproxy_parse_options(skb, par->thoff, th, &opts)) in synproxy_tg4() 353 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv4_synproxy_hook() 377 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv4_synproxy_hook()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 286 if (!synproxy_parse_options(skb, par->thoff, th, &opts)) in synproxy_tg6() 375 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv6_synproxy_hook() 399 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv6_synproxy_hook()
|