commit | b54c9d5bd6e38edac9ce3a3f95f14a1292b5268d | [log] [tgz] |
---|---|---|
author | Jonathan Lemon <jonathan.lemon@gmail.com> | Tue Jul 30 07:40:33 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 30 14:21:32 2019 -0700 |
tree | b09848a92e53ce9533b4df27953ef59874080b53 | |
parent | 7240b60c98d6309363a9f8d5a4ecd5b0626f2aff [diff] |
net: Use skb_frag_off accessors Use accessor functions for skb fragment's page_offset instead of direct references, in preparation for bvec conversion. Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>