Home
last modified time | relevance | path

Searched refs:sock_map_prog (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf.h724 int sock_map_prog(struct bpf_map *map, struct bpf_prog *prog, u32 type);
739 static inline int sock_map_prog(struct bpf_map *map, in sock_map_prog() function
/Linux-v4.19/kernel/bpf/
Dsockmap.c2044 int sock_map_prog(struct bpf_map *map, struct bpf_prog *prog, u32 type) in sock_map_prog() function
2094 err = sock_map_prog(map, prog, attr->attach_type); in sockmap_get_from_fd()