Home
last modified time | relevance | path

Searched refs:TIPC_SOCKET_ADDR (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/net/tipc/
Daddr.h84 if (atype == TIPC_SERVICE_ADDR || atype == TIPC_SOCKET_ADDR) in tipc_uaddr_valid()
Dsocket.c721 if (atype == TIPC_SOCKET_ADDR) in tipc_bind()
763 addr->addrtype = TIPC_SOCKET_ADDR; in tipc_getname()
1435 if (atype == TIPC_SOCKET_ADDR) in __tipc_sendmsg()
1471 } else if (atype == TIPC_SOCKET_ADDR) { in __tipc_sendmsg()
1702 srcaddr->sock.addrtype = TIPC_SOCKET_ADDR; in tipc_sk_set_orig_addr()
2556 addr->addrtype == TIPC_SOCKET_ADDR); in tipc_sockaddr_is_sane()
3337 tsk1->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair()
3342 tsk2->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair()
/linux-6.12.1/include/uapi/linux/
Dtipc.h155 #define TIPC_SOCKET_ADDR 3 macro