Home
last modified time | relevance | path

Searched defs:dsa_device_ops (Results 1 – 6 of 6) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_518.h119131 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 …]
Dvmlinux.h119131 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/
Dvmlinux.h112950 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 …]
Dvmlinux_608.h112950 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/
Dvmlinux.h120232 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 …]
Dvmlinux_602.h120232 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 …]