Home
last modified time | relevance | path

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

/linux-6.12.1/net/core/
Dsock_map.c34 static int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog,
81 ret = sock_map_prog_update(map, prog, NULL, NULL, attr->attach_type); in sock_map_get_from_fd()
110 ret = sock_map_prog_update(map, NULL, prog, NULL, attr->attach_type); in sock_map_prog_detach()
1518 static int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, in sock_map_prog_update() function
1717 WARN_ON_ONCE(sock_map_prog_update(sockmap_link->map, NULL, link->prog, link, in sock_map_link_release()
1874 ret = sock_map_prog_update(map, prog, NULL, &sockmap_link->link, attach_type); in sock_map_link_create()