Searched refs:sock_map_prog_update (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/net/core/ |
D | sock_map.c | 81 ret = sock_map_prog_update(map, prog, NULL, attr->attach_type); in sock_map_get_from_fd() 113 ret = sock_map_prog_update(map, NULL, prog, attr->attach_type); in sock_map_prog_detach() 1471 int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, in sock_map_prog_update() function
|
/Linux-v5.10/include/linux/ |
D | bpf.h | 1723 int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, 1731 static inline int sock_map_prog_update(struct bpf_map *map, in sock_map_prog_update() function
|