Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/netfilter/
Dnf_reject_ipv6.c91 void nf_reject_ip6_tcphdr_put(struct sk_buff *nskb, in nf_reject_ip6_tcphdr_put() function
131 EXPORT_SYMBOL_GPL(nf_reject_ip6_tcphdr_put);
186 nf_reject_ip6_tcphdr_put(nskb, oldskb, otcph, otcplen); in nf_send_reset6()
/linux-4.4.14/include/net/netfilter/ipv6/
Dnf_reject.h17 void nf_reject_ip6_tcphdr_put(struct sk_buff *nskb,
/linux-4.4.14/net/bridge/netfilter/
Dnft_reject_bridge.c170 nf_reject_ip6_tcphdr_put(nskb, oldskb, oth, otcplen); in nft_reject_br_send_v6_tcp_reset()