Skip to content
Snippets Groups Projects
Commit 21dc3301 authored by David S. Miller's avatar David S. Miller
Browse files

net: Rename skb_has_frags to skb_has_frag_list


SKBs can be "fragmented" in two ways, via a page array (called
skb_shinfo(skb)->frags[]) and via a list of SKBs (called
skb_shinfo(skb)->frag_list).

Since skb_has_frags() tests the latter, it's name is confusing
since it sounds more like it's testing the former.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2d4833aa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment