• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/

Lines Matching defs:ref

170 	u32 ref;
175 ref = tipc_createport_raw(NULL, &dispatch, &wakeupdispatch, TIPC_LOW_IMPORTANCE);
176 if (unlikely(!ref))
189 tipc_set_portunreliable(ref, 1);
192 tipc_set_portunreturnable(ref, 1);
197 tipc_deleteport(ref);
203 tipc_deleteport(ref);
212 port = tipc_get_port(ref);
278 res = tipc_deleteport(tsock->p->ref);
319 res = tipc_withdraw(tsock->p->ref, 0, NULL);
340 res = tipc_publish(tsock->p->ref, addr->scope,
343 res = tipc_withdraw(tsock->p->ref, -addr->scope,
375 res = tipc_peer(tsock->p->ref, &addr->addr.id);
377 res = tipc_ownidentity(tsock->p->ref, &addr->addr.id);
496 res = tipc_send2name(tsock->p->ref,
503 res = tipc_send2port(tsock->p->ref,
515 res = tipc_multicast(tsock->p->ref,
575 res = tipc_send(tsock->p->ref, m->msg_iovlen, m->msg_iov);
693 peer.ref = msg_origport(msg);
695 tipc_connect2port(tsock->p->ref, &peer);
696 tipc_set_portimportance(tsock->p->ref, msg_importance(msg));
716 addr->addr.id.ref = msg_origport(msg);
917 tipc_acknowledge(tsock->p->ref, tsock->p->conn_unacked);
1054 tipc_acknowledge(tsock->p->ref, tsock->p->conn_unacked);
1201 tipc_k_signal((Handler)async_disconnect, tport->ref);
1371 u32 new_ref = new_tsock->p->ref;
1373 id.ref = msg_origport(msg);
1446 tipc_shutdown(tsock->p->ref);
1514 res = tipc_set_portimportance(tsock->p->ref, value);
1518 res = tipc_set_portunreliable(tsock->p->ref, value);
1523 res = tipc_set_portunreturnable(tsock->p->ref, value);
1570 res = tipc_portimportance(tsock->p->ref, &value);
1573 res = tipc_portunreliable(tsock->p->ref, &value);
1576 res = tipc_portunreturnable(tsock->p->ref, &value);