Searched refs:AF_TIPC (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | tipc.h | 140 #ifndef AF_TIPC 141 #define AF_TIPC 30 macro 145 #define PF_TIPC AF_TIPC
|
/Linux-v4.19/net/tipc/ |
D | diag.c | 98 .family = AF_TIPC, 116 MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_NETLINK, NETLINK_SOCK_DIAG, AF_TIPC);
|
D | socket.c | 439 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto, kern); in tipc_sk_create() 626 if (addr->family != AF_TIPC) { in tipc_bind() 686 addr->family = AF_TIPC; in tipc_getname() 1299 if (unlikely(dest->family != AF_TIPC)) in __tipc_sendmsg() 1317 if (!syn || dest->family != AF_TIPC) in __tipc_sendmsg() 1527 srcaddr->sock.family = AF_TIPC; in tipc_sk_set_orig_addr() 1539 srcaddr->member.family = AF_TIPC; in tipc_sk_set_orig_addr() 2333 } else if (dst->family != AF_TIPC) { in tipc_connect() 3025 tsk1->peer.family = AF_TIPC; in tipc_socketpair() 3030 tsk2->peer.family = AF_TIPC; in tipc_socketpair() [all …]
|
D | topsrv.c | 508 rc = sock_create_kern(srv->net, AF_TIPC, SOCK_SEQPACKET, 0, &lsock); in tipc_topsrv_create_listener() 524 saddr.family = AF_TIPC; in tipc_topsrv_create_listener()
|
/Linux-v4.19/include/linux/ |
D | socket.h | 193 #define AF_TIPC 30 /* TIPC sockets */ macro 247 #define PF_TIPC AF_TIPC
|