Searched refs:synproxy_parse_options (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/netfilter/ |
H A D | nf_synproxy.h | 45 bool synproxy_parse_options(const struct sk_buff *skb, unsigned int doff,
|
/linux/net/netfilter/ |
H A D | nf_synproxy_core.c | 28 synproxy_parse_options(const struct sk_buff *skb, unsigned int doff, in synproxy_parse_options() function 95 EXPORT_SYMBOL_GPL(synproxy_parse_options); 691 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv4_synproxy_hook() 720 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv4_synproxy_hook() 1114 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv6_synproxy_hook() 1143 if (!synproxy_parse_options(skb, thoff, th, &opts)) in ipv6_synproxy_hook()
|
H A D | nft_synproxy.c | 134 if (!synproxy_parse_options(skb, thoff, tcp, &opts)) { in nft_synproxy_do_eval()
|
/linux/net/ipv4/netfilter/ |
H A D | ipt_SYNPROXY.c | 28 if (!synproxy_parse_options(skb, par->thoff, th, &opts)) in synproxy_tg4()
|
/linux/net/ipv6/netfilter/ |
H A D | ip6t_SYNPROXY.c | 28 if (!synproxy_parse_options(skb, par->thoff, th, &opts)) in synproxy_tg6()
|