Searched refs:__sk_buff (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/include/ |
D | bpf_api.h | 172 static void BPF_FUNC(tail_call, struct __sk_buff *skb, void *map, 179 static uint32_t BPF_FUNC(get_cgroup_classid, struct __sk_buff *skb); 180 static uint32_t BPF_FUNC(get_route_realm, struct __sk_buff *skb); 184 static int BPF_FUNC(clone_redirect, struct __sk_buff *skb, int ifindex, 192 static int BPF_FUNC(skb_store_bytes, struct __sk_buff *skb, uint32_t off, 194 static int BPF_FUNC(l3_csum_replace, struct __sk_buff *skb, uint32_t off, 196 static int BPF_FUNC(l4_csum_replace, struct __sk_buff *skb, uint32_t off, 200 static int BPF_FUNC(skb_vlan_push, struct __sk_buff *skb, uint16_t proto, 202 static int BPF_FUNC(skb_vlan_pop, struct __sk_buff *skb); 205 static int BPF_FUNC(skb_get_tunnel_key, struct __sk_buff *skb, [all …]
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 252 static inline bool flow_is_frag(struct __sk_buff *skb, int nh_off) in flow_is_frag() 258 static inline int flow_parse_ipv4(struct __sk_buff *skb, int nh_off, in flow_parse_ipv4() 282 static inline __u32 flow_addr_hash_ipv6(struct __sk_buff *skb, int off) in flow_addr_hash_ipv6() 292 static inline int flow_parse_ipv6(struct __sk_buff *skb, int nh_off, in flow_parse_ipv6() 303 static inline bool flow_dissector(struct __sk_buff *skb, in flow_dissector() 384 static inline void cls_update_proto_map(const struct __sk_buff *skb, in cls_update_proto_map() 404 static inline void cls_update_queue_map(const struct __sk_buff *skb) in cls_update_queue_map() 443 int cls_main(struct __sk_buff *skb) in cls_main() 467 int act_mark_main(struct __sk_buff *skb) in act_mark_main() 485 int act_rand_main(struct __sk_buff *skb) in act_rand_main()
|
D | bpf_tailcall.c | 35 int cls_case1(struct __sk_buff *skb) in __section_tail() 51 int cls_case2(struct __sk_buff *skb) in __section_tail() 67 int cls_exit(struct __sk_buff *skb) in __section_tail() 81 int cls_entry(struct __sk_buff *skb) in cls_entry()
|
D | bpf_graft.c | 39 int cls_aaa(struct __sk_buff *skb) in cls_aaa() 48 int cls_bbb(struct __sk_buff *skb) in cls_bbb() 57 int cls_entry(struct __sk_buff *skb) in cls_entry()
|
D | bpf_cyclic.c | 12 int cls_loop(struct __sk_buff *skb) in cls_loop() 24 int cls_entry(struct __sk_buff *skb) in cls_entry()
|
D | bpf_shared.c | 24 int emain(struct __sk_buff *skb) in emain() 36 int imain(struct __sk_buff *skb) in imain()
|
/external/llvm/test/CodeGen/BPF/ |
D | undef.ll | 4 %struct.__sk_buff = type opaque 12 …[4 x i8], [4 x i8]* @_license, i32 0, i32 0), i8* bitcast (i32 (%struct.__sk_buff*)* @ebpf_filter … 15 define i32 @ebpf_filter(%struct.__sk_buff* nocapture readnone %ebpf_packet) #0 section "socket1" {
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 278 struct __sk_buff { struct
|
/external/iproute2/include/linux/ |
D | bpf.h | 298 struct __sk_buff { struct
|