synproxy_parse_options   45 include/net/netfilter/nf_synproxy.h bool synproxy_parse_options(const struct sk_buff *skb, unsigned int doff,
synproxy_parse_options   28 net/ipv4/netfilter/ipt_SYNPROXY.c 	if (!synproxy_parse_options(skb, par->thoff, th, &opts))
synproxy_parse_options   28 net/ipv6/netfilter/ip6t_SYNPROXY.c 	if (!synproxy_parse_options(skb, par->thoff, th, &opts))
synproxy_parse_options   90 net/netfilter/nf_synproxy_core.c EXPORT_SYMBOL_GPL(synproxy_parse_options);
synproxy_parse_options  710 net/netfilter/nf_synproxy_core.c 		if (!synproxy_parse_options(skb, thoff, th, &opts))
synproxy_parse_options  739 net/netfilter/nf_synproxy_core.c 		if (!synproxy_parse_options(skb, thoff, th, &opts))
synproxy_parse_options 1134 net/netfilter/nf_synproxy_core.c 		if (!synproxy_parse_options(skb, thoff, th, &opts))
synproxy_parse_options 1163 net/netfilter/nf_synproxy_core.c 		if (!synproxy_parse_options(skb, thoff, th, &opts))
synproxy_parse_options  134 net/netfilter/nft_synproxy.c 	if (!synproxy_parse_options(skb, thoff, tcp, &opts)) {