Searched refs:rthlen (Results 1 – 2 of 2) sorted by relevance
1005 int rthlen; in icmp6_notify_error() local1057 rthlen = (rth->ip6r_len + 1) << 3; in icmp6_notify_error()1071 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error()1077 eoff, rthlen); in icmp6_notify_error()1089 eoff += rthlen; in icmp6_notify_error()
4070 int rthlen; in ip6_setpktopt() local4082 rthlen = (rth->ip6r_len + 1) << 3; in ip6_setpktopt()4083 if (len != rthlen) { in ip6_setpktopt()4106 trth = kalloc_data(rthlen, Z_NOWAIT); in ip6_setpktopt()4110 bcopy(rth, trth, rthlen); in ip6_setpktopt()