Home
last modified time | relevance | path

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

/linux-6.6.21/net/unix/
Dsysctl_net_unix.c14 static struct ctl_table unix_table[] = { variable
30 table = unix_table; in unix_sysctl_register()
32 table = kmemdup(unix_table, sizeof(unix_table), GFP_KERNEL); in unix_sysctl_register()
40 ARRAY_SIZE(unix_table)); in unix_sysctl_register()
/linux-6.6.21/include/net/netns/
Dunix.h10 struct unix_table { struct
17 struct unix_table table; argument