Searched defs:bpf_map (Results 1 – 3 of 3) sorted by relevance
/net/core/ |
D | sock_map.c | 477 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() 500 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() 524 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() 966 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() 988 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() 1012 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4()
|
D | bpf_sk_storage.c | 841 BPF_CALL_4(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_4() 872 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2()
|
D | filter.c | 3776 BPF_CALL_3(bpf_xdp_redirect_map, struct bpf_map *, map, u32, ifindex, in BPF_CALL_3() 3825 BPF_CALL_5(bpf_skb_event_output, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_5() 4084 BPF_CALL_3(bpf_skb_under_cgroup, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_3() 4167 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5() 4247 struct bpf_map *, map, u64, flags, void *, data, u64, size) in BPF_CALL_5() 8867 struct bpf_map *, map, void *, key, u32, flags) in BPF_CALL_4()
|