Searched defs:ndisc_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 9758 const struct ndisc_ops *ndisc_ops; member 11025 struct ndisc_ops { struct 11026 int (*is_useropt)(u8); 11027 int (*parse_options)(const struct net_device *, struct nd_opt_hdr *, struct ndisc_options *); 11028 …id (*update)(const struct net_device *, struct neighbour *, u32, u8, const struct ndisc_options *); 11029 int (*opt_addr_space)(const struct net_device *, u8, struct neighbour *, u8 *, u8 **); 11030 void (*fill_addr_option)(const struct net_device *, struct sk_buff *, u8, const u8 *); 11031 …ruct prefix_info *, struct inet6_dev *, struct in6_addr *, int, u32, bool, bool, __u32, u32, bool);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 9678 const struct ndisc_ops *ndisc_ops; member 10940 struct ndisc_ops { struct 10941 int (*is_useropt)(u8); 10942 int (*parse_options)(const struct net_device *, struct nd_opt_hdr *, struct ndisc_options *); 10943 …id (*update)(const struct net_device *, struct neighbour *, u32, u8, const struct ndisc_options *); 10944 int (*opt_addr_space)(const struct net_device *, u8, struct neighbour *, u8 *, u8 **); 10945 void (*fill_addr_option)(const struct net_device *, struct sk_buff *, u8, const u8 *); 10946 …ruct prefix_info *, struct inet6_dev *, struct in6_addr *, int, u32, bool, bool, __u32, u32, bool);
|