Searched refs:AF_TIPC (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | tipc.h | 161 #ifndef AF_TIPC 162 #define AF_TIPC 30 macro 166 #define PF_TIPC AF_TIPC
|
/linux-4.4.14/include/linux/ |
D | socket.h | 192 #define AF_TIPC 30 /* TIPC sockets */ macro 238 #define PF_TIPC AF_TIPC
|
/linux-4.4.14/net/tipc/ |
D | socket.c | 359 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto, kern); in tipc_sk_create() 518 if (addr->family != AF_TIPC) { in tipc_bind() 579 addr->family = AF_TIPC; in tipc_getname() 884 dest->family != AF_TIPC) { in __tipc_sendmsg() 1142 addr->family = AF_TIPC; in set_orig_addr() 2494 .family = AF_TIPC, 2515 .family = AF_TIPC, 2536 .family = AF_TIPC, 2557 .family = AF_TIPC,
|
D | subscr.c | 318 saddr->family = AF_TIPC; in tipc_topsrv_start()
|
D | server.c | 328 ret = sock_create_kern(s->net, AF_TIPC, SOCK_SEQPACKET, 0, &sock); in tipc_create_listen_sock()
|