Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dndisc.h201 struct ndisc_ops { struct
202 int (*is_useropt)(u8 nd_opt_type);
226 static inline int ndisc_ops_is_useropt(const struct net_device *dev, in ndisc_ops_is_useropt() argument
229 if (dev->ndisc_ops && dev->ndisc_ops->is_useropt) in ndisc_ops_is_useropt() argument
/Linux-v5.4/include/linux/
Dnetdevice.h1845 const struct ndisc_ops *ndisc_ops; member