rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()
rxrpc_extract_addr_from_skb() doesn't use the argument that points to the local endpoint, so remove the argument. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -1111,8 +1111,7 @@ static inline void rxrpc_sysctl_exit(void) {}
|
||||
/*
|
||||
* utils.c
|
||||
*/
|
||||
int rxrpc_extract_addr_from_skb(struct rxrpc_local *, struct sockaddr_rxrpc *,
|
||||
struct sk_buff *);
|
||||
int rxrpc_extract_addr_from_skb(struct sockaddr_rxrpc *, struct sk_buff *);
|
||||
|
||||
static inline bool before(u32 seq1, u32 seq2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user