Lines Matching defs:code
75 u8 type, u8 code, int offset, __be32 info)
450 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
486 * in any code that processes icmp errors.
501 code == ICMPV6_UNK_OPTION &&
581 fl6.fl6_icmp_code = code;
592 tmp_hdr.icmp6_code = code;
650 void icmpv6_param_prob_reason(struct sk_buff *skb, u8 code, int pos,
653 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL, IP6CB(skb));
657 /* Generate icmpv6 with type/code ICMPV6_DEST_UNREACH/ICMPV6_ADDR_UNREACH
837 u8 code, __be32 info)
880 ipprot->err_handler(skb, opt, type, code, inner_offset, info);
882 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info);
1140 int icmpv6_err_convert(u8 type, u8 code, int *err)
1149 if (code < ARRAY_SIZE(tab_unreach)) {
1150 *err = tab_unreach[code].err;
1151 fatal = tab_unreach[code].fatal;