OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__sk_buff
(Results
1 - 9
of
9
) sorted by null
/external/iproute2/examples/bpf/
bpf_graft.c
39
int cls_aaa(struct
__sk_buff
*skb)
48
int cls_bbb(struct
__sk_buff
*skb)
57
int cls_entry(struct
__sk_buff
*skb)
bpf_cyclic.c
12
int cls_loop(struct
__sk_buff
*skb)
24
int cls_entry(struct
__sk_buff
*skb)
bpf_shared.c
24
int emain(struct
__sk_buff
*skb)
36
int imain(struct
__sk_buff
*skb)
bpf_tailcall.c
35
int cls_case1(struct
__sk_buff
*skb)
51
int cls_case2(struct
__sk_buff
*skb)
67
int cls_exit(struct
__sk_buff
*skb)
81
int cls_entry(struct
__sk_buff
*skb)
bpf_prog.c
252
static inline bool flow_is_frag(struct
__sk_buff
*skb, int nh_off)
258
static inline int flow_parse_ipv4(struct
__sk_buff
*skb, int nh_off,
282
static inline __u32 flow_addr_hash_ipv6(struct
__sk_buff
*skb, int off)
292
static inline int flow_parse_ipv6(struct
__sk_buff
*skb, int nh_off,
303
static inline bool flow_dissector(struct
__sk_buff
*skb,
384
static inline void cls_update_proto_map(const struct
__sk_buff
*skb,
404
static inline void cls_update_queue_map(const struct
__sk_buff
*skb)
443
int cls_main(struct
__sk_buff
*skb)
467
int act_mark_main(struct
__sk_buff
*skb)
485
int act_rand_main(struct
__sk_buff
*skb
[
all
...]
/external/iproute2/include/
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
...]
/bionic/libc/kernel/uapi/linux/
bpf.h
180
struct
__sk_buff
{
struct
/external/iproute2/include/linux/
bpf.h
298
struct
__sk_buff
{
struct
/external/kernel-headers/original/uapi/linux/
bpf.h
278
struct
__sk_buff
{
struct
Completed in 63 milliseconds