]> asedeno.scripts.mit.edu Git - linux.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)
commitd8e18a516f8f67404c0d21af8c93d0474fba0876
tree040dd35953de9f34f2c83e4d921d67e7a7caedd3
parentd7840976e3915669382c62ddd1700960f348328e
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