Home
last modified time | relevance | path

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

/openbmc/linux/net/
H A Dsocket.c425 static struct file_system_type sock_fs_type = { variable
3259 err = register_filesystem(&sock_fs_type); in sock_init()
3262 sock_mnt = kern_mount(&sock_fs_type); in sock_init()
3283 unregister_filesystem(&sock_fs_type); in sock_init()