]> git.baikalelectronics.ru Git - kernel.git/commit
net: Use skb accessors in network core
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 23 Jul 2019 03:08:26 +0000 (20:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jul 2019 03:47:56 +0000 (20:47 -0700)
commit906aebdd6ee93459ede25106e7c8a9656236ecdf
tree040dd35953de9f34f2c83e4d921d67e7a7caedd3
parent12c859c63a3a74877a92da20628ba3fb6916f4ae
net: Use skb accessors in network core

In preparation for unifying the skb_frag and bio_vec, use the fine
accessors which already exist and use skb_frag_t instead of
struct skb_frag_struct.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/skbuff.c
net/core/tso.c
net/ipv4/tcp.c
net/kcm/kcmsock.c
net/tls/tls_device.c