Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv6/
Dndisc.c1213 struct ra_msg *ra_msg = (struct ra_msg *)skb_transport_header(skb); in ndisc_router_discovery() local
1226 __u8 *opt = (__u8 *)(ra_msg + 1); in ndisc_router_discovery()
1229 sizeof(struct ra_msg); in ndisc_router_discovery()
1298 (ra_msg->icmph.icmp6_addrconf_managed ? in ndisc_router_discovery()
1300 (ra_msg->icmph.icmp6_addrconf_other ? in ndisc_router_discovery()
1325 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
1328 pref = ra_msg->icmph.icmp6_router_pref; in ndisc_router_discovery()
1395 ra_msg->icmph.icmp6_hop_limit) { in ndisc_router_discovery()
1396 if (in6_dev->cnf.accept_ra_min_hop_limit <= ra_msg->icmph.icmp6_hop_limit) { in ndisc_router_discovery()
1397 in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit; in ndisc_router_discovery()
[all …]
/linux-5.19.10/include/net/
Dndisc.h92 struct ra_msg { struct