Lines Matching defs:local

52 	RXRPC_CLIENT_BOUND,		/* client local address bound */
53 RXRPC_SERVER_BOUND, /* server local address bound */
54 RXRPC_SERVER_BOUND2, /* second server local address bound */
65 u32 epoch; /* Local epoch for detecting local-end reset */
146 struct rxrpc_local *local; /* local endpoint */
169 struct sockaddr_rxrpc srx; /* Primary Service/local addresses */
280 * RxRPC local transport endpoint description
286 atomic_t active_users; /* Number of users of the local endpoint */
318 struct sockaddr_rxrpc srx; /* local address */
323 * - matched by local endpoint, remote port, address and protocol type
330 struct rxrpc_local *local;
374 struct rxrpc_local *local; /* Representation of local endpoint */
389 RXRPC_CALL_LOCAL_ERROR, /* - call failed due to local error */
439 struct rxrpc_local *local; /* Representation of local endpoint */
452 struct rb_node local_node; /* Node in local->client_conns */
460 * - matched by { local, peer, epoch, conn_id, direction }
465 struct rxrpc_local *local; /* Representation of local endpoint */
469 struct list_head attend_link; /* Link in local->conn_attend_q */
610 struct rxrpc_local *local; /* Representation of local endpoint */
632 struct list_head wait_link; /* Link in local->new_client_calls */
638 struct list_head attend_link; /* Link in local->call_attend_q */
855 bool rxrpc_new_incoming_call(struct rxrpc_local *local,
972 void rxrpc_purge_client_connections(struct rxrpc_local *local);
976 void rxrpc_connect_client_calls(struct rxrpc_local *local);
981 void rxrpc_discard_expired_client_conns(struct rxrpc_local *local);
1067 static inline void rxrpc_wake_up_io_thread(struct rxrpc_local *local)
1069 wake_up_process(local->io_thread);
1095 void rxrpc_send_version_request(struct rxrpc_local *local,
1102 void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set);
1109 void rxrpc_destroy_local(struct rxrpc_local *local);
1112 static inline bool __rxrpc_use_local(struct rxrpc_local *local,
1117 r = refcount_read(&local->ref);
1118 u = atomic_fetch_add_unless(&local->active_users, 1, 0);
1119 trace_rxrpc_local(local->debug_id, why, r, u);
1123 static inline void rxrpc_see_local(struct rxrpc_local *local,
1128 r = refcount_read(&local->ref);
1129 u = atomic_read(&local->active_users);
1130 trace_rxrpc_local(local->debug_id, why, r, u);
1164 void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb);
1179 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_local *local,
1183 void rxrpc_new_incoming_peer(struct rxrpc_local *local, struct rxrpc_peer *peer);