Searched refs:send_unreach (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_REJECT.c134 static inline void send_unreach(struct sk_buff *skb_in, int code) function
146 send_unreach(skb, ICMP_NET_UNREACH);
149 send_unreach(skb, ICMP_HOST_UNREACH);
152 send_unreach(skb, ICMP_PROT_UNREACH);
155 send_unreach(skb, ICMP_PORT_UNREACH);
158 send_unreach(skb, ICMP_NET_ANO);
161 send_unreach(skb, ICMP_HOST_ANO);
164 send_unreach(skb, ICMP_PKT_FILTERED);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_REJECT.c170 send_unreach(struct net *net, struct sk_buff *skb_in, unsigned char code, function
188 send_unreach(net, skb, ICMPV6_NOROUTE, par->hooknum);
191 send_unreach(net, skb, ICMPV6_ADM_PROHIBITED, par->hooknum);
194 send_unreach(net, skb, ICMPV6_NOT_NEIGHBOUR, par->hooknum);
197 send_unreach(net, skb, ICMPV6_ADDR_UNREACH, par->hooknum);
200 send_unreach(net, skb, ICMPV6_PORT_UNREACH, par->hooknum);

Completed in 107 milliseconds