commit | d7840976e3915669382c62ddd1700960f348328e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Jul 22 20:08:25 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 22 20:47:56 2019 -0700 |
tree | 56dc7cc1ae1efc1c947fec907f1bf6775d85a774 | |
parent | 7e24b4ed5ac4321e41415b0c6f0f8a8ac14852b2 [diff] |
net: Use skb accessors in network drivers 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>