Lines Matching refs:code
18 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info,
21 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() argument
28 icmp6_send(skb, type, code, info, NULL, parm); in __icmpv6_send()
41 extern void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() argument
49 __icmpv6_send(skb, type, code, info, IP6CB(skb)); in icmpv6_send()
56 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info);
58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument
61 __icmpv6_send(skb_in, type, code, info, &parm); in icmpv6_ndo_send()
68 u8 type, u8 code, __u32 info) in icmpv6_send() argument
73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument
79 extern int icmpv6_err_convert(u8 type, u8 code,
83 u8 code, int pos,
93 static inline void icmpv6_param_prob(struct sk_buff *skb, u8 code, int pos) in icmpv6_param_prob() argument
95 icmpv6_param_prob_reason(skb, code, pos, in icmpv6_param_prob()