Searched defs:dsa_device_ops (Results 1 – 6 of 6) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_518.h | 119131 struct dsa_device_ops { struct 119132 struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *); 119133 struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *); 119134 void (*flow_dissect)(const struct sk_buff *, __be16 *, int *); 119135 int (*connect)(struct dsa_switch *); 119136 void (*disconnect)(struct dsa_switch *); 119137 unsigned int needed_headroom; 119138 unsigned int needed_tailroom; 119139 const char *name; 119140 enum dsa_tag_protocol proto; [all …]
|
| D | vmlinux.h | 119131 struct dsa_device_ops { struct 119132 struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *); 119133 struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *); 119134 void (*flow_dissect)(const struct sk_buff *, __be16 *, int *); 119135 int (*connect)(struct dsa_switch *); 119136 void (*disconnect)(struct dsa_switch *); 119137 unsigned int needed_headroom; 119138 unsigned int needed_tailroom; 119139 const char *name; 119140 enum dsa_tag_protocol proto; [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 112950 struct dsa_device_ops { struct 112951 struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *); 112952 struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *); 112953 void (*flow_dissect)(const struct sk_buff *, __be16 *, int *); 112954 int (*connect)(struct dsa_switch *); 112955 void (*disconnect)(struct dsa_switch *); 112956 unsigned int needed_headroom; 112957 unsigned int needed_tailroom; 112958 const char *name; 112959 enum dsa_tag_protocol proto; [all …]
|
| D | vmlinux_608.h | 112950 struct dsa_device_ops { struct 112951 struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *); 112952 struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *); 112953 void (*flow_dissect)(const struct sk_buff *, __be16 *, int *); 112954 int (*connect)(struct dsa_switch *); 112955 void (*disconnect)(struct dsa_switch *); 112956 unsigned int needed_headroom; 112957 unsigned int needed_tailroom; 112958 const char *name; 112959 enum dsa_tag_protocol proto; [all …]
|
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 120232 struct dsa_device_ops { struct 120233 struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *); 120234 struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *); 120235 void (*flow_dissect)(const struct sk_buff *, __be16 *, int *); 120236 int (*connect)(struct dsa_switch *); 120237 void (*disconnect)(struct dsa_switch *); 120238 unsigned int needed_headroom; 120239 unsigned int needed_tailroom; 120240 const char *name; 120241 enum dsa_tag_protocol proto; [all …]
|
| D | vmlinux_602.h | 120232 struct dsa_device_ops { struct 120233 struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *); 120234 struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *); 120235 void (*flow_dissect)(const struct sk_buff *, __be16 *, int *); 120236 int (*connect)(struct dsa_switch *); 120237 void (*disconnect)(struct dsa_switch *); 120238 unsigned int needed_headroom; 120239 unsigned int needed_tailroom; 120240 const char *name; 120241 enum dsa_tag_protocol proto; [all …]
|