Searched refs:synproxy_parse_options (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/net/netfilter/ |
D | nf_conntrack_synproxy.h | 76 bool synproxy_parse_options(const struct sk_buff *skb, unsigned int doff,
|
/Linux-v4.19/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-v4.19/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 278 if (!synproxy_parse_options(skb, par->thoff, th, &opts)) in synproxy_tg4() 366 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv4_synproxy_hook() 395 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv4_synproxy_hook()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 292 if (!synproxy_parse_options(skb, par->thoff, th, &opts)) in synproxy_tg6() 387 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv6_synproxy_hook() 416 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv6_synproxy_hook()
|