Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dsock_map.c1709 struct sockmap_link { struct
1717 struct sockmap_link *sockmap_link = container_of(link, struct sockmap_link, link); in sock_map_link_release() local
1751 const struct sockmap_link *sockmap_link = container_of(link, struct sockmap_link, link); in sock_map_link_update_prog() local
1802 static u32 sock_map_link_get_map_id(const struct sockmap_link *sockmap_link) in sock_map_link_get_map_id() argument
1807 if (sockmap_link->map) in sock_map_link_get_map_id()
1816 const struct sockmap_link *sockmap_link = container_of(link, struct sockmap_link, link); in sock_map_link_fill_info() local
1827 const struct sockmap_link *sockmap_link = container_of(link, struct sockmap_link, link); in sock_map_link_show_fdinfo() local
1846 struct sockmap_link *sockmap_link; in sock_map_link_create() local
1862 sockmap_link = kzalloc(sizeof(*sockmap_link), GFP_USER); in sock_map_link_create()
1863 if (!sockmap_link) { in sock_map_link_create()
[all …]