Loading net/rxrpc/input.c +2 −0 Original line number Diff line number Diff line Loading @@ -744,6 +744,8 @@ void rxrpc_data_ready(struct sock *sk) if (sp->hdr.type != RXRPC_PACKET_TYPE_ABORT) { _debug("reject type %d",sp->hdr.type); rxrpc_reject_packet(local, skb); } else { rxrpc_free_skb(skb); } _leave(" [no call]"); return; Loading Loading
net/rxrpc/input.c +2 −0 Original line number Diff line number Diff line Loading @@ -744,6 +744,8 @@ void rxrpc_data_ready(struct sock *sk) if (sp->hdr.type != RXRPC_PACKET_TYPE_ABORT) { _debug("reject type %d",sp->hdr.type); rxrpc_reject_packet(local, skb); } else { rxrpc_free_skb(skb); } _leave(" [no call]"); return; Loading