Searched refs:rxrpc_send_packet (Results 1 – 3 of 3) sorted by relevance
332 int rxrpc_send_packet(struct rxrpc_transport *trans, struct sk_buff *skb) in rxrpc_send_packet() function500 ret = rxrpc_send_packet(call->conn->trans, skb); in rxrpc_queue_packet()
552 int rxrpc_send_packet(struct rxrpc_transport *, struct sk_buff *);
258 if (rxrpc_send_packet(call->conn->trans, txb) < 0) { in rxrpc_resend()