mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
f6e0a4984c
dev->state can be read in rx and tx fast paths.
netif_running() which needs dev->state is called from
- enqueue_to_backlog() [RX path]
- __dev_direct_xmit() [TX path]
Fixes:
|
||
---|---|---|
.. | ||
index.rst | ||
inet_connection_sock.rst | ||
inet_sock.rst | ||
net_device.rst | ||
netns_ipv4_sysctl.rst | ||
snmp.rst | ||
tcp_sock.rst |