Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dndisc.h198 struct ndisc_ops { struct
199 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() argument
226 if (dev->ndisc_ops && dev->ndisc_ops->is_useropt) in ndisc_ops_is_useropt() argument
/linux-4.19.296/include/linux/
Dnetdevice.h1826 const struct ndisc_ops *ndisc_ops; member