Lines Matching defs:ra_msg
1234 struct ra_msg *ra_msg = (struct ra_msg *)skb_transport_header(skb);
1248 __u8 *opt = (__u8 *)(ra_msg + 1);
1251 sizeof(struct ra_msg);
1312 (ra_msg->icmph.icmp6_addrconf_managed ?
1314 (ra_msg->icmph.icmp6_addrconf_other ?
1327 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime);
1348 pref = ra_msg->icmph.icmp6_router_pref;
1415 ra_msg->icmph.icmp6_hop_limit) {
1416 if (in6_dev->cnf.accept_ra_min_hop_limit <= ra_msg->icmph.icmp6_hop_limit) {
1417 in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit;
1419 ra_msg->icmph.icmp6_hop_limit);
1432 unsigned long rtime = ntohl(ra_msg->retrans_timer);
1443 rtime = ntohl(ra_msg->reachable_time);