ra_msg 1169 net/ipv6/ndisc.c struct ra_msg *ra_msg = (struct ra_msg *)skb_transport_header(skb); ra_msg 1181 net/ipv6/ndisc.c __u8 *opt = (__u8 *)(ra_msg + 1); ra_msg 1184 net/ipv6/ndisc.c sizeof(struct ra_msg); ra_msg 1253 net/ipv6/ndisc.c (ra_msg->icmph.icmp6_addrconf_managed ? ra_msg 1255 net/ipv6/ndisc.c (ra_msg->icmph.icmp6_addrconf_other ? ra_msg 1280 net/ipv6/ndisc.c lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); ra_msg 1283 net/ipv6/ndisc.c pref = ra_msg->icmph.icmp6_router_pref; ra_msg 1340 net/ipv6/ndisc.c ra_msg->icmph.icmp6_hop_limit) { ra_msg 1341 net/ipv6/ndisc.c if (in6_dev->cnf.accept_ra_min_hop_limit <= ra_msg->icmph.icmp6_hop_limit) { ra_msg 1342 net/ipv6/ndisc.c in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit; ra_msg 1344 net/ipv6/ndisc.c ra_msg->icmph.icmp6_hop_limit); ra_msg 1357 net/ipv6/ndisc.c unsigned long rtime = ntohl(ra_msg->retrans_timer); ra_msg 1368 net/ipv6/ndisc.c rtime = ntohl(ra_msg->reachable_time);