Lines Matching refs:code
75 u8 type, u8 code, int offset, __be32 info) in icmpv6_err() argument
451 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in icmp6_send() argument
502 code == ICMPV6_UNK_OPTION && in icmp6_send()
582 fl6.fl6_icmp_code = code; in icmp6_send()
593 tmp_hdr.icmp6_code = code; in icmp6_send()
651 void icmpv6_param_prob_reason(struct sk_buff *skb, u8 code, int pos, in icmpv6_param_prob_reason() argument
654 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL, IP6CB(skb)); in icmpv6_param_prob_reason()
838 u8 code, __be32 info) in icmpv6_notify() argument
881 ipprot->err_handler(skb, opt, type, code, inner_offset, info); in icmpv6_notify()
883 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
1141 int icmpv6_err_convert(u8 type, u8 code, int *err) in icmpv6_err_convert() argument
1150 if (code < ARRAY_SIZE(tab_unreach)) { in icmpv6_err_convert()
1151 *err = tab_unreach[code].err; in icmpv6_err_convert()
1152 fatal = tab_unreach[code].fatal; in icmpv6_err_convert()