Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtipc.h161 #ifndef AF_TIPC
162 #define AF_TIPC 30 macro
166 #define PF_TIPC AF_TIPC
/linux-4.4.14/include/linux/
Dsocket.h192 #define AF_TIPC 30 /* TIPC sockets */ macro
238 #define PF_TIPC AF_TIPC
/linux-4.4.14/net/tipc/
Dsocket.c359 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,
Dsubscr.c318 saddr->family = AF_TIPC; in tipc_topsrv_start()
Dserver.c328 ret = sock_create_kern(s->net, AF_TIPC, SOCK_SEQPACKET, 0, &sock); in tipc_create_listen_sock()