Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv6/
Dndisc.c197 static inline int ndisc_is_useropt(const struct net_device *dev, in ndisc_is_useropt() function
215 } while (cur < end && !ndisc_is_useropt(dev, cur)); in ndisc_next_useropt()
216 return cur <= end && ndisc_is_useropt(dev, cur) ? cur : NULL; in ndisc_next_useropt()
264 if (ndisc_is_useropt(dev, nd_opt)) { in ndisc_parse_options()