Searched defs:ndisc_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 12987 const struct ndisc_ops *ndisc_ops; member 14467 struct ndisc_ops { struct 14468 int (*is_useropt)(u8); 14469 int (*parse_options)(const struct net_device *, struct nd_opt_hdr *, struct ndisc_options *); 14470 …id (*update)(const struct net_device *, struct neighbour *, u32, u8, const struct ndisc_options *); 14471 int (*opt_addr_space)(const struct net_device *, u8, struct neighbour *, u8 *, u8 **); 14472 void (*fill_addr_option)(const struct net_device *, struct sk_buff *, u8, const u8 *); 14473 …ruct prefix_info *, struct inet6_dev *, struct in6_addr *, int, u32, bool, bool, __u32, u32, bool);
|