Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dndisc.c197 static inline int ndisc_is_useropt(const struct net_device *dev, in ndisc_is_useropt() function
216 } while (cur < end && !ndisc_is_useropt(dev, cur)); in ndisc_next_useropt()
217 return cur <= end && ndisc_is_useropt(dev, cur) ? cur : NULL; in ndisc_next_useropt()
265 if (ndisc_is_useropt(dev, nd_opt)) { in ndisc_parse_options()