Searched defs:lwtunnel_state (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 110267 struct lwtunnel_state { struct 110268 __u16 type; 110269 __u16 flags; 110270 __u16 headroom; 110271 atomic_t refcnt; 110272 int (*orig_output)(struct net *, struct sock *, struct sk_buff *); 110273 int (*orig_input)(struct sk_buff *); 110274 struct callback_head rcu; 110275 __u8 data[0];
|
D | vmlinux.h | 110267 struct lwtunnel_state { struct 110268 __u16 type; 110269 __u16 flags; 110270 __u16 headroom; 110271 atomic_t refcnt; 110272 int (*orig_output)(struct net *, struct sock *, struct sk_buff *); 110273 int (*orig_input)(struct sk_buff *); 110274 struct callback_head rcu; 110275 __u8 data[0];
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 38221 struct lwtunnel_state { struct 38222 __u16 type; 38223 __u16 flags; 38224 __u16 headroom; 38225 atomic_t refcnt; 38226 int (*orig_output)(struct net *, struct sock *, struct sk_buff *); 38227 int (*orig_input)(struct sk_buff *); 38228 struct callback_head rcu; 38229 __u8 data[0];
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 97238 struct lwtunnel_state { struct 97239 __u16 type; 97240 __u16 flags; 97241 __u16 headroom; 97242 atomic_t refcnt; 97243 int (*orig_output)(struct net *, struct sock *, struct sk_buff *); 97244 int (*orig_input)(struct sk_buff *); 97245 struct callback_head rcu; 97246 __u8 data[0];
|
D | vmlinux_510.h | 97238 struct lwtunnel_state { struct 97239 __u16 type; 97240 __u16 flags; 97241 __u16 headroom; 97242 atomic_t refcnt; 97243 int (*orig_output)(struct net *, struct sock *, struct sk_buff *); 97244 int (*orig_input)(struct sk_buff *); 97245 struct callback_head rcu; 97246 __u8 data[0];
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 104847 struct lwtunnel_state { struct 104848 __u16 type; 104849 __u16 flags; 104850 __u16 headroom; 104851 atomic_t refcnt; 104852 int (*orig_output)(struct net *, struct sock *, struct sk_buff *); 104853 int (*orig_input)(struct sk_buff *); 104854 struct callback_head rcu; 104855 __u8 data[0];
|
D | vmlinux_505.h | 104847 struct lwtunnel_state { struct 104848 __u16 type; 104849 __u16 flags; 104850 __u16 headroom; 104851 atomic_t refcnt; 104852 int (*orig_output)(struct net *, struct sock *, struct sk_buff *); 104853 int (*orig_input)(struct sk_buff *); 104854 struct callback_head rcu; 104855 __u8 data[0];
|