Searched refs:AF_TIPC (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/uapi/linux/ |
D | tipc.h | 140 #ifndef AF_TIPC 141 #define AF_TIPC 30 macro 145 #define PF_TIPC AF_TIPC
|
/Linux-v5.4/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 | 443 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto, kern); in tipc_sk_create() 636 if (addr->family != AF_TIPC) { in tipc_bind() 696 addr->family = AF_TIPC; in tipc_getname() 1319 if (unlikely(dest->family != AF_TIPC)) in __tipc_sendmsg() 1337 if (!syn && dest->family != AF_TIPC) in __tipc_sendmsg() 1555 srcaddr->sock.family = AF_TIPC; in tipc_sk_set_orig_addr() 1567 srcaddr->member.family = AF_TIPC; in tipc_sk_set_orig_addr() 2359 if (addr->family != AF_TIPC) in tipc_sockaddr_is_sane() 3137 tsk1->peer.family = AF_TIPC; in tipc_socketpair() 3142 tsk2->peer.family = AF_TIPC; in tipc_socketpair() [all …]
|
D | topsrv.c | 502 rc = sock_create_kern(srv->net, AF_TIPC, SOCK_SEQPACKET, 0, &lsock); in tipc_topsrv_create_listener() 518 saddr.family = AF_TIPC; in tipc_topsrv_create_listener()
|
/Linux-v5.4/include/linux/ |
D | socket.h | 194 #define AF_TIPC 30 /* TIPC sockets */ macro 248 #define PF_TIPC AF_TIPC
|