Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
Dndisc.c1172 struct ra_msg *ra_msg = (struct ra_msg *)skb_transport_header(skb); in ndisc_router_discovery() local
1184 __u8 *opt = (__u8 *)(ra_msg + 1); in ndisc_router_discovery()
1187 sizeof(struct ra_msg); in ndisc_router_discovery()
1256 (ra_msg->icmph.icmp6_addrconf_managed ? in ndisc_router_discovery()
1258 (ra_msg->icmph.icmp6_addrconf_other ? in ndisc_router_discovery()
1283 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
1286 pref = ra_msg->icmph.icmp6_router_pref; in ndisc_router_discovery()
1343 ra_msg->icmph.icmp6_hop_limit) { in ndisc_router_discovery()
1344 if (in6_dev->cnf.accept_ra_min_hop_limit <= ra_msg->icmph.icmp6_hop_limit) { in ndisc_router_discovery()
1345 in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit; in ndisc_router_discovery()
[all …]
/kernel/linux/linux-5.10/include/net/
Dndisc.h92 struct ra_msg { struct