Searched refs:sock_type (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/arch/um/drivers/ |
D | daemon_kern.c | 15 char *sock_type; member 27 dpri->sock_type = init->sock_type; in daemon_init() 38 SWITCH_VERSION, dpri->sock_type, dpri->ctl_sock); in daemon_init() 67 { .sock_type = "unix", in daemon_setup() 70 remain = split_if_spec(str, mac_out, &init->sock_type, &init->ctl_sock, in daemon_setup()
|
D | daemon.h | 14 char *sock_type; member
|
D | daemon_user.c | 136 if (!strcmp(pri->sock_type, "unix")) in daemon_user_init()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | socket.h | 29 enum sock_type { enum
|
/linux-6.6.21/include/net/phonet/ |
D | phonet.h | 99 int sock_type; member
|
/linux-6.6.21/net/phonet/ |
D | datagram.c | 185 .sock_type = SOCK_DGRAM,
|
D | af_phonet.c | 82 if (sock->type != pnp->sock_type) { in pn_socket_create()
|
D | pep.c | 1370 .sock_type = SOCK_SEQPACKET,
|
/linux-6.6.21/include/linux/ |
D | net.h | 64 enum sock_type { enum
|