Lines Matching refs:ra_msg
1173 struct ra_msg *ra_msg = (struct ra_msg *)skb_transport_header(skb);
1185 __u8 *opt = (__u8 *)(ra_msg + 1);
1188 sizeof(struct ra_msg);
1257 (ra_msg->icmph.icmp6_addrconf_managed ?
1259 (ra_msg->icmph.icmp6_addrconf_other ?
1272 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime);
1293 pref = ra_msg->icmph.icmp6_router_pref;
1350 ra_msg->icmph.icmp6_hop_limit) {
1351 if (in6_dev->cnf.accept_ra_min_hop_limit <= ra_msg->icmph.icmp6_hop_limit) {
1352 in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit;
1354 ra_msg->icmph.icmp6_hop_limit);
1367 unsigned long rtime = ntohl(ra_msg->retrans_timer);
1378 rtime = ntohl(ra_msg->reachable_time);