Home
last modified time | relevance | path

Searched refs:bpf_map (Results 1 – 4 of 4) sorted by relevance

/net/xdp/
A Dxskmap.c64 static struct bpf_map *xsk_map_alloc(union bpf_attr *attr) in xsk_map_alloc()
88 static u64 xsk_map_mem_usage(const struct bpf_map *map) in xsk_map_mem_usage()
96 static void xsk_map_free(struct bpf_map *map) in xsk_map_free()
121 static int xsk_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in xsk_map_gen_lookup()
141 static void *__xsk_map_lookup_elem(struct bpf_map *map, u32 key) in __xsk_map_lookup_elem()
151 static void *xsk_map_lookup_elem(struct bpf_map *map, void *key) in xsk_map_lookup_elem()
156 static void *xsk_map_lookup_elem_sys_only(struct bpf_map *map, void *key) in xsk_map_lookup_elem_sys_only()
222 static long xsk_map_delete_elem(struct bpf_map *map, void *key) in xsk_map_delete_elem()
242 static long xsk_map_redirect(struct bpf_map *map, u64 index, u64 flags) in xsk_map_redirect()
259 static bool xsk_map_meta_equal(const struct bpf_map *meta0, in xsk_map_meta_equal()
[all …]
/net/core/
A Dsock_map.c18 struct bpf_map map;
70 struct bpf_map *map; in sock_map_get_from_fd()
89 struct bpf_map *map; in sock_map_prog_detach()
151 struct bpf_map *map = link->map; in sock_map_del_link()
705 struct bpf_map *map;
859 struct bpf_map map;
1311 struct bpf_map *map;
1562 struct bpf_map *map; in sock_map_bpf_prog_query()
1711 struct bpf_map *map;
1847 struct bpf_map *map; in sock_map_link_create()
[all …]
A Dbpf_sk_storage.c35 static int bpf_sk_storage_del(struct sock *sk, struct bpf_map *map) in bpf_sk_storage_del()
65 static void bpf_sk_storage_map_free(struct bpf_map *map) in bpf_sk_storage_map_free()
75 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key()
174 struct bpf_map *map; in bpf_sk_storage_clone()
427 struct bpf_map *maps[];
465 const struct bpf_map *map) in diag_check_dup()
505 struct bpf_map *map = bpf_map_get(map_fd); in bpf_sk_storage_diag_alloc()
690 struct bpf_map *map;
781 __bpf_md_ptr(struct bpf_map *, map);
787 struct bpf_map *map, struct sock *sk, in DEFINE_BPF_ITER_FUNC()
[all …]
A Dfilter.c4415 struct bpf_map *map; in __xdp_do_redirect_frame()
4513 struct bpf_map *map; in xdp_do_generic_redirect_map()
4626 BPF_CALL_3(bpf_xdp_redirect_map, struct bpf_map *, map, u64, key, in BPF_CALL_3() argument
4654 BPF_CALL_5(bpf_skb_event_output, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_5() argument
4946 BPF_CALL_3(bpf_skb_under_cgroup, struct sk_buff *, skb, struct bpf_map *, map, in BPF_CALL_3() argument
5067 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5() argument
11328 struct bpf_map *, map, void *, key, u32, flags) in BPF_CALL_4() argument

Completed in 36 milliseconds