Searched refs:icmpv6_send (Results 1 - 19 of 19) sorted by relevance

/linux-master/include/linux/
H A Dicmpv6.h47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) function
67 static inline void icmpv6_send(struct sk_buff *skb, function
/linux-master/net/ipv6/
H A Dxfrm6_protocol.c101 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
120 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
149 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
178 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dtunnel6.c133 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
151 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
196 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dexthdrs.c466 icmpv6_send(skb, ICMPV6_TIME_EXCEED,
577 icmpv6_send(skb, ICMPV6_PARAMPROB, 0, 0);
627 icmpv6_send(skb, ICMPV6_TIME_EXCEED,
815 icmpv6_send(skb, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT,
H A Dmip6.c48 icmpv6_send(skb, ICMPV6_PARAMPROB, code, pos);
H A Dip6_input.c460 icmpv6_send(skb, ICMPV6_PARAMPROB,
H A Dip6_output.c547 icmpv6_send(skb, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, 0);
625 icmpv6_send(skb, ICMPV6_DEST_UNREACH,
640 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
1033 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
H A Dudp.c1023 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dip6_tunnel.c683 icmpv6_send(skb2, rel_type, rel_code, rel_info);
H A Dip6_gre.c622 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Droute.c2797 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0);
4526 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0);
/linux-master/net/ipv6/netfilter/
H A Dip6t_NPT.c104 icmpv6_send(skb, ICMPV6_PARAMPROB, ICMPV6_HDR_FIELD,
129 icmpv6_send(skb, ICMPV6_PARAMPROB, ICMPV6_HDR_FIELD,
H A Dnf_reject_ipv6.c416 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0);
/linux-master/include/net/
H A Dipv6_frag.h104 icmpv6_send(head, ICMPV6_TIME_EXCEED, ICMPV6_EXC_FRAGTIME, 0);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c228 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
272 icmpv6_send(skb, ICMPV6_TIME_EXCEED,
H A Dip_vs_core.c665 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
1449 icmpv6_send(skb,
/linux-master/net/xfrm/
H A Dxfrm_output.c854 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1445 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
/linux-master/security/smack/
H A Dsmack_lsm.c4218 icmpv6_send(skb, ICMPV6_DEST_UNREACH,

Completed in 280 milliseconds