Searched hist:"4 de48af663d88d8c9a2550e60725f5a5c660970b" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/ |
H A D | af_rxrpc.h | diff 4de48af663d88d8c9a2550e60725f5a5c660970b Tue Aug 30 06:00:48 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Pass struct socket * to more rxrpc kernel interface functions
Pass struct socket * to more rxrpc kernel interface functions. They should be starting from this rather than the socket pointer in the rxrpc_call struct if they need to access the socket.
I have left:
rxrpc_kernel_is_data_last() rxrpc_kernel_get_abort_code() rxrpc_kernel_get_error_number() rxrpc_kernel_free_skb() rxrpc_kernel_data_consumed()
unmodified as they're all about to be removed (and, in any case, don't touch the socket).
Signed-off-by: David Howells <dhowells@redhat.com>
|
/openbmc/linux/net/rxrpc/ |
H A D | output.c | diff 4de48af663d88d8c9a2550e60725f5a5c660970b Tue Aug 30 06:00:48 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Pass struct socket * to more rxrpc kernel interface functions
Pass struct socket * to more rxrpc kernel interface functions. They should be starting from this rather than the socket pointer in the rxrpc_call struct if they need to access the socket.
I have left:
rxrpc_kernel_is_data_last() rxrpc_kernel_get_abort_code() rxrpc_kernel_get_error_number() rxrpc_kernel_free_skb() rxrpc_kernel_data_consumed()
unmodified as they're all about to be removed (and, in any case, don't touch the socket).
Signed-off-by: David Howells <dhowells@redhat.com>
|
H A D | af_rxrpc.c | diff 4de48af663d88d8c9a2550e60725f5a5c660970b Tue Aug 30 06:00:48 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Pass struct socket * to more rxrpc kernel interface functions
Pass struct socket * to more rxrpc kernel interface functions. They should be starting from this rather than the socket pointer in the rxrpc_call struct if they need to access the socket.
I have left:
rxrpc_kernel_is_data_last() rxrpc_kernel_get_abort_code() rxrpc_kernel_get_error_number() rxrpc_kernel_free_skb() rxrpc_kernel_data_consumed()
unmodified as they're all about to be removed (and, in any case, don't touch the socket).
Signed-off-by: David Howells <dhowells@redhat.com>
|
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | diff 4de48af663d88d8c9a2550e60725f5a5c660970b Tue Aug 30 06:00:48 CDT 2016 David Howells <dhowells@redhat.com> rxrpc: Pass struct socket * to more rxrpc kernel interface functions
Pass struct socket * to more rxrpc kernel interface functions. They should be starting from this rather than the socket pointer in the rxrpc_call struct if they need to access the socket.
I have left:
rxrpc_kernel_is_data_last() rxrpc_kernel_get_abort_code() rxrpc_kernel_get_error_number() rxrpc_kernel_free_skb() rxrpc_kernel_data_consumed()
unmodified as they're all about to be removed (and, in any case, don't touch the socket).
Signed-off-by: David Howells <dhowells@redhat.com>
|