Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv6/
Dndisc.c1234 struct ra_msg *ra_msg = (struct ra_msg *)skb_transport_header(skb); in ndisc_router_discovery() local
1248 __u8 *opt = (__u8 *)(ra_msg + 1); in ndisc_router_discovery()
1251 sizeof(struct ra_msg); in ndisc_router_discovery()
1312 (ra_msg->icmph.icmp6_addrconf_managed ? in ndisc_router_discovery()
1314 (ra_msg->icmph.icmp6_addrconf_other ? in ndisc_router_discovery()
1327 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
1348 pref = ra_msg->icmph.icmp6_router_pref; in ndisc_router_discovery()
1415 ra_msg->icmph.icmp6_hop_limit) { in ndisc_router_discovery()
1416 if (in6_dev->cnf.accept_ra_min_hop_limit <= ra_msg->icmph.icmp6_hop_limit) { in ndisc_router_discovery()
1417 in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit; in ndisc_router_discovery()
[all …]
/linux-6.6.21/include/net/
Dndisc.h92 struct ra_msg { struct