Searched refs:rthlen (Results 1 – 2 of 2) sorted by relevance
1003 int rthlen; in icmp6_notify_error() local1055 rthlen = (rth->ip6r_len + 1) << 3; in icmp6_notify_error()1069 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error()1075 eoff, rthlen); in icmp6_notify_error()1087 eoff += rthlen; in icmp6_notify_error()
4023 int rthlen; in ip6_setpktopt() local4035 rthlen = (rth->ip6r_len + 1) << 3; in ip6_setpktopt()4036 if (len != rthlen) { in ip6_setpktopt()4059 trth = kalloc_data(rthlen, Z_NOWAIT); in ip6_setpktopt()4063 bcopy(rth, trth, rthlen); in ip6_setpktopt()