Searched refs:sock_type (Results 1 – 9 of 9) sorted by relevance
/linux/arch/um/drivers/ |
A 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()
|
A D | daemon.h | 14 char *sock_type; member
|
A D | daemon_user.c | 136 if (!strcmp(pri->sock_type, "unix")) in daemon_user_init()
|
/linux/arch/mips/include/asm/ |
A D | socket.h | 29 enum sock_type { enum
|
/linux/include/net/phonet/ |
A D | phonet.h | 95 int sock_type; member
|
/linux/net/phonet/ |
A D | datagram.c | 188 .sock_type = SOCK_DGRAM,
|
A D | af_phonet.c | 82 if (sock->type != pnp->sock_type) { in pn_socket_create()
|
A D | pep.c | 1347 .sock_type = SOCK_SEQPACKET,
|
/linux/include/linux/ |
A D | net.h | 61 enum sock_type { enum
|
Completed in 15 milliseconds