Searched defs:neigh_ops (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 13670 struct neigh_ops { struct 13671 int family; 13672 void (*solicit)(struct neighbour *, struct sk_buff *); 13673 void (*error_report)(struct neighbour *, struct sk_buff *); 13674 int (*output)(struct neighbour *, struct sk_buff *); 13675 int (*connected_output)(struct neighbour *, struct sk_buff *);
|
D | vmlinux.h | 13670 struct neigh_ops { struct 13671 int family; 13672 void (*solicit)(struct neighbour *, struct sk_buff *); 13673 void (*error_report)(struct neighbour *, struct sk_buff *); 13674 int (*output)(struct neighbour *, struct sk_buff *); 13675 int (*connected_output)(struct neighbour *, struct sk_buff *);
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 14748 struct neigh_ops { struct 14749 int family; 14750 void (*solicit)(struct neighbour *, struct sk_buff *); 14751 void (*error_report)(struct neighbour *, struct sk_buff *); 14752 int (*output)(struct neighbour *, struct sk_buff *); 14753 int (*connected_output)(struct neighbour *, struct sk_buff *);
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 12537 struct neigh_ops { struct 12538 int family; 12539 void (*solicit)(struct neighbour *, struct sk_buff *); 12540 void (*error_report)(struct neighbour *, struct sk_buff *); 12541 int (*output)(struct neighbour *, struct sk_buff *); 12542 int (*connected_output)(struct neighbour *, struct sk_buff *);
|
D | vmlinux_510.h | 12537 struct neigh_ops { struct 12538 int family; 12539 void (*solicit)(struct neighbour *, struct sk_buff *); 12540 void (*error_report)(struct neighbour *, struct sk_buff *); 12541 int (*output)(struct neighbour *, struct sk_buff *); 12542 int (*connected_output)(struct neighbour *, struct sk_buff *);
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 15205 struct neigh_ops { struct 15206 int family; 15207 void (*solicit)(struct neighbour *, struct sk_buff *); 15208 void (*error_report)(struct neighbour *, struct sk_buff *); 15209 int (*output)(struct neighbour *, struct sk_buff *); 15210 int (*connected_output)(struct neighbour *, struct sk_buff *);
|
D | vmlinux_505.h | 15205 struct neigh_ops { struct 15206 int family; 15207 void (*solicit)(struct neighbour *, struct sk_buff *); 15208 void (*error_report)(struct neighbour *, struct sk_buff *); 15209 int (*output)(struct neighbour *, struct sk_buff *); 15210 int (*connected_output)(struct neighbour *, struct sk_buff *);
|