Home
last modified time | relevance | path

Searched refs:nf_reject_ip6_tcphdr_get (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ipv6/netfilter/
Dnf_reject_ipv6.c18 const struct tcphdr *nf_reject_ip6_tcphdr_get(struct sk_buff *oldskb, in nf_reject_ip6_tcphdr_get() function
64 EXPORT_SYMBOL_GPL(nf_reject_ip6_tcphdr_get);
149 otcph = nf_reject_ip6_tcphdr_get(oldskb, &_otcph, &otcplen, hook); in nf_send_reset6()
/Linux-v4.19/include/net/netfilter/ipv6/
Dnf_reject.h12 const struct tcphdr *nf_reject_ip6_tcphdr_get(struct sk_buff *oldskb,
/Linux-v4.19/net/bridge/netfilter/
Dnft_reject_bridge.c198 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nft_reject_br_send_v6_tcp_reset()