Loading net/core/dev.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -2778,8 +2778,9 @@ int dev_loopback_xmit(struct sk_buff *skb) EXPORT_SYMBOL(dev_loopback_xmit); EXPORT_SYMBOL(dev_loopback_xmit); /** /** * dev_queue_xmit - transmit a buffer * __dev_queue_xmit - transmit a buffer * @skb: buffer to transmit * @skb: buffer to transmit * @accel_priv: private data used for L2 forwarding offload * * * Queue a buffer for transmission to a network device. The caller must * Queue a buffer for transmission to a network device. The caller must * have set the device and priority and built the buffer before calling * have set the device and priority and built the buffer before calling Loading Loading
net/core/dev.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -2778,8 +2778,9 @@ int dev_loopback_xmit(struct sk_buff *skb) EXPORT_SYMBOL(dev_loopback_xmit); EXPORT_SYMBOL(dev_loopback_xmit); /** /** * dev_queue_xmit - transmit a buffer * __dev_queue_xmit - transmit a buffer * @skb: buffer to transmit * @skb: buffer to transmit * @accel_priv: private data used for L2 forwarding offload * * * Queue a buffer for transmission to a network device. The caller must * Queue a buffer for transmission to a network device. The caller must * have set the device and priority and built the buffer before calling * have set the device and priority and built the buffer before calling Loading