Searched defs:ndisc_ops (Results 1 – 2 of 2) sorted by relevance
200 struct ndisc_ops { struct201 int (*is_useropt)(u8 nd_opt_type);225 static inline int ndisc_ops_is_useropt(const struct net_device *dev, in ndisc_ops_is_useropt() argument228 if (dev->ndisc_ops && dev->ndisc_ops->is_useropt) in ndisc_ops_is_useropt() argument
1700 const struct ndisc_ops *ndisc_ops; member