Home
last modified time | relevance | path

Searched refs:nf_send_unreach (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ipv4/netfilter/
H A Dipt_REJECT.c38 nf_send_unreach(skb, ICMP_NET_UNREACH, hook); in reject_tg()
41 nf_send_unreach(skb, ICMP_HOST_UNREACH, hook); in reject_tg()
44 nf_send_unreach(skb, ICMP_PROT_UNREACH, hook); in reject_tg()
47 nf_send_unreach(skb, ICMP_PORT_UNREACH, hook); in reject_tg()
50 nf_send_unreach(skb, ICMP_NET_ANO, hook); in reject_tg()
53 nf_send_unreach(skb, ICMP_HOST_ANO, hook); in reject_tg()
56 nf_send_unreach(skb, ICMP_PKT_FILTERED, hook); in reject_tg()
H A Dnft_reject_ipv4.c27 nf_send_unreach(pkt->skb, priv->icmp_code, nft_hook(pkt)); in nft_reject_ipv4_eval()
H A Dnf_reject_ipv4.c317 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook) in nf_send_unreach() function
339 EXPORT_SYMBOL_GPL(nf_send_unreach);
/openbmc/linux/net/netfilter/
H A Dnft_reject_inet.c27 nf_send_unreach(pkt->skb, priv->icmp_code, in nft_reject_inet_eval()
35 nf_send_unreach(pkt->skb, in nft_reject_inet_eval()
/openbmc/linux/include/net/netfilter/ipv4/
H A Dnf_reject.h10 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);