Home
last modified time | relevance | path

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

/net/tipc/
Dsocket.c3336 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair() local
3339 tsk1->peer.family = AF_TIPC; in tipc_socketpair()
3340 tsk1->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair()
3341 tsk1->peer.scope = TIPC_NODE_SCOPE; in tipc_socketpair()
3342 tsk1->peer.addr.id.ref = tsk2->portid; in tipc_socketpair()
3343 tsk1->peer.addr.id.node = onode; in tipc_socketpair()
3347 tsk2->peer.addr.id.ref = tsk1->portid; in tipc_socketpair()
3350 tipc_sk_finish_conn(tsk1, tsk2->portid, onode); in tipc_socketpair()
3351 tipc_sk_finish_conn(tsk2, tsk1->portid, onode); in tipc_socketpair()