Home
last modified time | relevance | path

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

/net/tipc/
Dsocket.c356 u32 portref = tipc_sk_port(sock->sk)->ref; in bind() local
359 return tipc_withdraw(portref, 0, NULL); in bind()
372 tipc_publish(portref, addr->scope, &addr->addr.nameseq) : in bind()
373 tipc_withdraw(portref, -addr->scope, &addr->addr.nameseq); in bind()
Dport.c1039 u32 *portref) in tipc_createport() argument
1069 *portref = p_ptr->publ.ref; in tipc_createport()