David Howells dc71db34e4 rxrpc: Fix checks as to whether we should set up a new call
There's a check in rxrpc_data_ready() that's checking the CLIENT_INITIATED
flag in the packet type field rather than in the packet flags field.

Fix this by creating a pair of helper functions to check whether the packet
is going to the client or to the server and use them generally.

Fixes: 248f219cb8bc ("rxrpc: Rewrite the data and ack handling code")
Signed-off-by: David Howells <dhowells@redhat.com>
2018-09-28 10:31:20 +01:00
..
2018-07-30 09:10:25 -07:00
2018-08-01 13:28:23 +01:00
2018-08-01 13:28:23 +01:00
2017-11-24 10:18:41 +00:00
2017-08-29 10:55:20 +01:00