Searched defs:ndisc_ops (Results 1 – 2 of 2) sorted by relevance
198 struct ndisc_ops { struct199 int (*is_useropt)(u8 nd_opt_type);223 static inline int ndisc_ops_is_useropt(const struct net_device *dev, in ndisc_ops_is_useropt() argument226 if (dev->ndisc_ops && dev->ndisc_ops->is_useropt) in ndisc_ops_is_useropt() argument
1826 const struct ndisc_ops *ndisc_ops; member