Searched defs:ndisc_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 10244 const struct ndisc_ops *ndisc_ops; member 12131 struct ndisc_ops { struct 12132 int (*is_useropt)(u8); 12133 int (*parse_options)(const struct net_device *, struct nd_opt_hdr *, struct ndisc_options *); 12134 …id (*update)(const struct net_device *, struct neighbour *, u32, u8, const struct ndisc_options *); 12135 int (*opt_addr_space)(const struct net_device *, u8, struct neighbour *, u8 *, u8 **); 12136 void (*fill_addr_option)(const struct net_device *, struct sk_buff *, u8, const u8 *); 12137 …ruct prefix_info *, struct inet6_dev *, struct in6_addr *, int, u32, bool, bool, __u32, u32, bool);
|