Home
last modified time | relevance | path

Searched refs:icmpv6_send (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.10/net/ipv6/
Dip6_icmp.c36 void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() function
46 EXPORT_SYMBOL(icmpv6_send);
60 icmpv6_send(skb_in, type, code, info); in icmpv6_ndo_send()
75 icmpv6_send(skb_in, type, code, info); in icmpv6_ndo_send()
Dxfrm6_protocol.c101 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_rcv_encap()
120 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_esp_rcv()
149 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ah_rcv()
178 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ipcomp_rcv()
Dtunnel6.c133 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnelmpls6_rcv()
151 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel6_rcv()
196 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel46_rcv()
Dexthdrs.c456 icmpv6_send(skb, ICMPV6_TIME_EXCEED, in ipv6_srh_rcv()
602 icmpv6_send(skb, ICMPV6_PARAMPROB, 0, 0); in ipv6_rpl_srh_rcv()
645 icmpv6_send(skb, ICMPV6_TIME_EXCEED, in ipv6_rpl_srh_rcv()
835 icmpv6_send(skb, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, in ipv6_rthdr_rcv()
Dip6_output.c471 icmpv6_send(skb, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, 0); in ip6_forward()
534 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward()
547 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward()
934 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
Dip6_input.c455 icmpv6_send(skb, ICMPV6_PARAMPROB, in ip6_protocol_deliver_rcu()
Dmip6.c48 icmpv6_send(skb, ICMPV6_PARAMPROB, code, pos); in mip6_param_prob()
Dip6_gre.c625 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in gre_rcv()
681 icmpv6_send(skb, ICMPV6_PARAMPROB, in prepare_ip6gre_xmit_ipv6()
840 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6()
1069 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6erspan_tunnel_xmit()
Dip6_tunnel.c718 icmpv6_send(skb2, rel_type, rel_code, rel_info); in ip6ip6_err()
1366 icmpv6_send(skb, ICMPV6_PARAMPROB, in ipxip6_tnl_xmit()
1423 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipxip6_tnl_xmit()
Dip6_vti.c523 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit()
Dudp.c983 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
Dsit.c990 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipip6_tunnel_xmit()
Droute.c2669 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure()
4408 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
/Linux-v5.10/include/linux/
Dicmpv6.h22 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() function
37 extern void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info);
48 #define icmpv6_ndo_send icmpv6_send
53 static inline void icmpv6_send(struct sk_buff *skb, in icmpv6_send() function
/Linux-v5.10/net/ipv6/netfilter/
Dip6t_NPT.c104 icmpv6_send(skb, ICMPV6_PARAMPROB, ICMPV6_HDR_FIELD, in ip6t_snpt_tg()
129 icmpv6_send(skb, ICMPV6_PARAMPROB, ICMPV6_HDR_FIELD, in ip6t_dnpt_tg()
Dnf_reject_ipv6.c274 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in nf_send_unreach6()
/Linux-v5.10/include/net/
Dipv6_frag.h101 icmpv6_send(head, ICMPV6_TIME_EXCEED, ICMPV6_EXC_FRAGTIME, 0); in ip6frag_expire_frag_queue()
/Linux-v5.10/net/ipv4/
Dip_vti.c247 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
Dip_tunnel.c531 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in tnl_update_pmtu()
/Linux-v5.10/net/netfilter/ipvs/
Dip_vs_xmit.c228 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ensure_mtu_is_adequate()
272 icmpv6_send(skb, ICMPV6_TIME_EXCEED, in decrement_ttl()
Dip_vs_core.c677 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave()
1464 icmpv6_send(skb, in ip_vs_out()
/Linux-v5.10/net/xfrm/
Dxfrm_output.c697 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
/Linux-v5.10/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1449 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipoib_cm_skb_reap()
/Linux-v5.10/security/smack/
Dsmack_lsm.c3977 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in smack_socket_sock_rcv_skb()