diff options
| author | Menglong Dong <[email protected]> | 2022-04-07 14:20:49 +0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2022-04-11 10:38:37 +0100 |
| commit | c1b8a56755ee121f9fa374de9eec36c91a7da25f (patch) | |
| tree | 987b15d7503971ee4c415d23967212a641924883 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 516a2f1f6f3ce1a87931579cc21de6e7e33440bd (diff) | |
net: sock: introduce sock_queue_rcv_skb_reason()
In order to report the reasons of skb drops in 'sock_queue_rcv_skb()',
introduce the function 'sock_queue_rcv_skb_reason()'.
As the return value of 'sock_queue_rcv_skb()' is used as the error code,
we can't make it as drop reason and have to pass extra output argument.
'sock_queue_rcv_skb()' is used in many places, so we can't change it
directly.
Introduce the new function 'sock_queue_rcv_skb_reason()' and make
'sock_queue_rcv_skb()' an inline call to it.
Reviewed-by: Hao Peng <[email protected]>
Reviewed-by: Jiang Biao <[email protected]>
Signed-off-by: Menglong Dong <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions