Home
last modified time | relevance | path

Searched defs:ndisc_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/net/
Dndisc.h202 struct ndisc_ops { struct
203 int (*is_useropt)(u8 nd_opt_type);
227 static inline int ndisc_ops_is_useropt(const struct net_device *dev, in ndisc_ops_is_useropt() argument
230 if (dev->ndisc_ops && dev->ndisc_ops->is_useropt) in ndisc_ops_is_useropt() argument
/Linux-v6.6/include/linux/
Dnetdevice.h2140 const struct ndisc_ops *ndisc_ops; member