mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Several bits of code want to know "is this the last SKB in a queue", and all of them implement this by hand. Provide an common interface to make this check. Signed-off-by: David S. Miller <davem@davemloft.net>