Searched refs:nf_reject_ip6hdr_put (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 85 nip6h = nf_reject_ip6hdr_put(nskb, oldskb, IPPROTO_TCP, in nf_reject_skb_v6_tcp_reset() 126 nip6h = nf_reject_ip6hdr_put(nskb, oldskb, IPPROTO_ICMPV6, in nf_reject_skb_v6_unreach() 197 struct ipv6hdr *nf_reject_ip6hdr_put(struct sk_buff *nskb, in nf_reject_ip6hdr_put() function 219 EXPORT_SYMBOL_GPL(nf_reject_ip6hdr_put); 343 ip6h = nf_reject_ip6hdr_put(nskb, oldskb, IPPROTO_TCP, in nf_send_reset6()
|
/linux-6.1.9/include/net/netfilter/ipv6/ |
D | nf_reject.h | 15 struct ipv6hdr *nf_reject_ip6hdr_put(struct sk_buff *nskb,
|