Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/netfilter/
Dnf_reject_ipv6.c67 struct ipv6hdr *nf_reject_ip6hdr_put(struct sk_buff *nskb, in nf_reject_ip6hdr_put() function
89 EXPORT_SYMBOL_GPL(nf_reject_ip6hdr_put);
184 ip6h = nf_reject_ip6hdr_put(nskb, oldskb, IPPROTO_TCP, in nf_send_reset6()
/linux-4.4.14/include/net/netfilter/ipv6/
Dnf_reject.h14 struct ipv6hdr *nf_reject_ip6hdr_put(struct sk_buff *nskb,
/linux-4.4.14/net/bridge/netfilter/
Dnft_reject_bridge.c168 nip6h = nf_reject_ip6hdr_put(nskb, oldskb, IPPROTO_TCP, in nft_reject_br_send_v6_tcp_reset()
233 nip6h = nf_reject_ip6hdr_put(nskb, oldskb, IPPROTO_ICMPV6, in nft_reject_br_send_v6_unreach()