Home
last modified time | relevance | path

Searched refs:__icmp_send (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/
H A Dicmp.h39 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
43 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt); in icmp_send()
52 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
/linux-6.15/net/ipv4/
H A Dicmp.c592 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, in __icmp_send() function
791 EXPORT_SYMBOL(__icmp_send);
805 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
820 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
H A Dcipso_ipv4.c1740 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_NET_ANO, 0, opt); in cipso_v4_error()
1742 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_ANO, 0, opt); in cipso_v4_error()
H A Droute.c1242 __icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0, &opt); in ipv4_send_dest_unreach()