commit | 46f8914e53c28d0716c586e08a7c819d8ebb9d54 | [log] [tgz] |
---|---|---|
author | James Chapman <jchapman@katalix.com> | Mon Apr 30 00:07:31 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 30 00:07:31 2007 -0700 |
tree | 722beec8d5a83d6c13b455e69ab567197e065c55 | |
parent | 04b090d50c88ac8e5ec9c2e985bb65bd153893aa [diff] |
[SKB]: Introduce skb_queue_walk_safe() This patch provides a method for walking skb lists while inserting or removing skbs from the list. Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>