Searched refs:synproxy_parse_options (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_synproxy.h | 59 bool synproxy_parse_options(const struct sk_buff *skb, unsigned int doff,
|
/linux-4.4.14/net/netfilter/ |
D | nf_synproxy_core.c | 31 synproxy_parse_options(const struct sk_buff *skb, unsigned int doff, in synproxy_parse_options() function 93 EXPORT_SYMBOL_GPL(synproxy_parse_options);
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 276 if (!synproxy_parse_options(skb, par->thoff, th, &opts)) in synproxy_tg4() 358 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv4_synproxy_hook() 382 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv4_synproxy_hook()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 289 if (!synproxy_parse_options(skb, par->thoff, th, &opts)) in synproxy_tg6() 378 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv6_synproxy_hook() 402 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv6_synproxy_hook()
|