Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88016
b: refs/heads/master
c: 0ef4730
h: refs/heads/master
v: v3
  • Loading branch information
Matti Linnanvuori authored and David S. Miller committed Mar 28, 2008
1 parent 4a2c5e1 commit 6c62385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5a04819c5740cb1aa217af2cc8f5ef26f33d744
refs/heads/master: 0ef4730927c54cac5006759fa0cf50fbeff9d191
6 changes: 4 additions & 2 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1074,12 +1074,14 @@ static inline int netif_is_multiqueue(const struct net_device *dev)
}

/* Use this variant when it is known for sure that it
* is executing from interrupt context.
* is executing from hardware interrupt context or with hardware interrupts
* disabled.
*/
extern void dev_kfree_skb_irq(struct sk_buff *skb);

/* Use this variant in places where it could be invoked
* either from interrupt or non-interrupt context.
* from either hardware interrupt or other context, with hardware interrupts
* either disabled or enabled.
*/
extern void dev_kfree_skb_any(struct sk_buff *skb);

Expand Down

0 comments on commit 6c62385

Please sign in to comment.