Searched refs:AF_TIPC (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | tipc.h | 161 #ifndef AF_TIPC 162 #define AF_TIPC 30 macro 166 #define PF_TIPC AF_TIPC
|
/linux-4.1.27/include/linux/ |
D | socket.h | 192 #define AF_TIPC 30 /* TIPC sockets */ macro 238 #define PF_TIPC AF_TIPC
|
/linux-4.1.27/net/tipc/ |
D | socket.c | 345 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto); in tipc_sk_create() 511 if (addr->family != AF_TIPC) { in tipc_bind() 572 addr->family = AF_TIPC; in tipc_getname() 874 dest->family != AF_TIPC) { in __tipc_sendmsg() 1127 addr->family = AF_TIPC; in set_orig_addr() 2484 .family = AF_TIPC, 2505 .family = AF_TIPC, 2526 .family = AF_TIPC, 2547 .family = AF_TIPC,
|
D | subscr.c | 340 saddr->family = AF_TIPC; in tipc_subscr_start()
|
D | server.c | 324 ret = __sock_create(s->net, AF_TIPC, SOCK_SEQPACKET, 0, &sock, 1); in tipc_create_listen_sock()
|