Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dsocket.c3338 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair() local
3341 tsk1->peer.family = AF_TIPC; in tipc_socketpair()
3342 tsk1->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair()
3343 tsk1->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3344 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3345 tsk1->peer.addr.id.node = onode; in tipc_socketpair()
3349 tsk2->peer.addr.id.ref = tsk1->portid; in tipc_socketpair()
3352 tipc_sk_finish_conn(tsk1, tsk2->portid, onode); in tipc_socketpair()
3353 tipc_sk_finish_conn(tsk2, tsk1->portid, onode); in tipc_socketpair()