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

/linux-master/net/ipv6/
H A Dip6_icmp.c36 void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, function
47 EXPORT_SYMBOL(__icmpv6_send); variable
62 __icmpv6_send(skb_in, type, code, info, &parm);
77 __icmpv6_send(skb_in, type, code, info, &parm);
/linux-master/include/linux/
H A Dicmpv6.h25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, function
41 extern void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
49 __icmpv6_send(skb, type, code, info, IP6CB(skb));
61 __icmpv6_send(skb_in, type, code, info, &parm);

Completed in 100 milliseconds