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>
Showing
- include/linux/skbuff.h 1 addition, 1 deletioninclude/linux/skbuff.h
- net/core/skbuff.c 14 additions, 10 deletionsnet/core/skbuff.c
- net/core/tso.c 4 additions, 4 deletionsnet/core/tso.c
- net/ipv4/tcp.c 8 additions, 6 deletionsnet/ipv4/tcp.c
- net/kcm/kcmsock.c 4 additions, 4 deletionsnet/kcm/kcmsock.c
- net/tls/tls_device.c 7 additions, 7 deletionsnet/tls/tls_device.c
Loading
Please register or sign in to comment