alistair23-linux/net/tls
Vakul Garg a88c26f671 net/tls: Replace kfree_skb() with consume_skb()
To free the skb in normal course of processing, consume_skb() should be
used. Only for failure paths, skb_free() is intended to be used.

https://www.kernel.org/doc/htmldocs/networking/API-consume-skb.html

Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-03-21 10:14:26 -07:00
..
Kconfig tls: convert to generic sk_msg interface 2018-10-15 12:23:19 -07:00
Makefile
tls_device.c net/tls: Inform user space about send buffer availability 2019-03-13 14:16:44 -07:00
tls_device_fallback.c net: tls: Add tls 1.3 support 2019-02-01 15:00:55 -08:00
tls_main.c net/tls: Add support of AES128-CCM based ciphers 2019-03-20 11:02:05 -07:00
tls_sw.c net/tls: Replace kfree_skb() with consume_skb() 2019-03-21 10:14:26 -07:00