Searched defs:rxrpc_call (Results 1 - 1 of 1) sorted by relevance

/net/rxrpc/
H A Dar-internal.h83 struct rxrpc_call *call; /* call with which associated */
120 int (*secure_packet)(const struct rxrpc_call *,
126 int (*verify_packet)(const struct rxrpc_call *, struct sk_buff *,
249 struct rxrpc_call *channels[RXRPC_MAXCALLS]; /* channels (active calls) */
297 struct rxrpc_call { struct
418 static inline void rxrpc_abort_call(struct rxrpc_call *call, u32 abort_code)
441 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *, unsigned long);
454 void __rxrpc_propose_ACK(struct rxrpc_call *, u8, __be32, bool);
455 void rxrpc_propose_ACK(struct rxrpc_call *, u8, __be32, bool);
467 struct rxrpc_call *rxrpc_find_call_has
[all...]

Completed in 5 milliseconds