mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
netpoll: netpoll_send_skb() returns transmit status
Some callers want to know if the packet has been sent or dropped, to inform upper stacks. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fb1eee476b
commit
1ddabdfaf7
2 changed files with 8 additions and 5 deletions
|
@ -63,7 +63,7 @@ int netpoll_setup(struct netpoll *np);
|
|||
void __netpoll_cleanup(struct netpoll *np);
|
||||
void __netpoll_free(struct netpoll *np);
|
||||
void netpoll_cleanup(struct netpoll *np);
|
||||
void netpoll_send_skb(struct netpoll *np, struct sk_buff *skb);
|
||||
netdev_tx_t netpoll_send_skb(struct netpoll *np, struct sk_buff *skb);
|
||||
|
||||
#ifdef CONFIG_NETPOLL
|
||||
static inline void *netpoll_poll_lock(struct napi_struct *napi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue