Home
last modified time | relevance | path

Searched refs:ra_msg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/ipv6/
Dndisc.c1155 struct ra_msg *ra_msg = (struct ra_msg *)skb_transport_header(skb); in ndisc_router_discovery() local
1167 __u8 *opt = (__u8 *)(ra_msg + 1); in ndisc_router_discovery()
1170 sizeof(struct ra_msg); in ndisc_router_discovery()
1239 (ra_msg->icmph.icmp6_addrconf_managed ? in ndisc_router_discovery()
1241 (ra_msg->icmph.icmp6_addrconf_other ? in ndisc_router_discovery()
1266 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
1269 pref = ra_msg->icmph.icmp6_router_pref; in ndisc_router_discovery()
1327 ra_msg->icmph.icmp6_hop_limit) { in ndisc_router_discovery()
1328 if (in6_dev->cnf.accept_ra_min_hop_limit <= ra_msg->icmph.icmp6_hop_limit) { in ndisc_router_discovery()
1329 in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit; in ndisc_router_discovery()
[all …]
/Linux-v4.19/include/net/
Dndisc.h88 struct ra_msg { struct