aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorMenglong Dong <[email protected]>2022-02-20 07:06:32 +0000
committerDavid S. Miller <[email protected]>2022-02-20 13:55:31 +0000
commit643b622b51f1f0015e0a80f90b4ef9032e6ddb1b (patch)
treec5cdcf17c09836636d408d1581b3982dc2ca55a8 /include/net/tcp.h
parentnet: tcp: use kfree_skb_reason() for tcp_v6_rcv() (diff)
downloadkernel-643b622b51f1f0015e0a80f90b4ef9032e6ddb1b.tar.gz
kernel-643b622b51f1f0015e0a80f90b4ef9032e6ddb1b.zip
net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
Pass the address of drop reason to tcp_v4_inbound_md5_hash() and tcp_v6_inbound_md5_hash() to store the reasons for skb drops when this function fails. Therefore, the drop reason can be passed to kfree_skb_reason() when the skb needs to be freed. Following drop reasons are added: SKB_DROP_REASON_TCP_MD5NOTFOUND SKB_DROP_REASON_TCP_MD5UNEXPECTED SKB_DROP_REASON_TCP_MD5FAILURE SKB_DROP_REASON_TCP_MD5* above correspond to LINUX_MIB_TCPMD5* Reviewed-by: Mengen Sun <[email protected]> Reviewed-by: Hao Peng <[email protected]> Signed-off-by: Menglong Dong <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Reviewed-by: David Ahern <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/net/tcp.h')
0 files changed, 0 insertions, 0 deletions