mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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 | ||