diff options
| author | Jamal Hadi Salim <hadi@znyx.com> | 2004-06-15 06:37:41 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-06-15 06:37:41 -0700 |
| commit | 4e54c4816bfe51c145382d272b19c2ae41e9e36f (patch) | |
| tree | b339b5972390a72c296ef6bdab04f58a93cf1191 /include/linux/netdevice.h | |
| parent | 71279d2bf78ec4f7026531e85b36c1d3d7fcb4c2 (diff) | |
[NET]: Add tc extensions infrastructure.
Signed-off-by: Jamal Hadi Salim <hadi@znyx.com>
Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index a55f97a34035..6402659e2e6a 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -366,6 +366,8 @@ struct net_device struct Qdisc *qdisc_ingress; unsigned long tx_queue_len; /* Max frames per queue allowed */ + /* ingress path synchronizer */ + spinlock_t ingress_lock; /* hard_start_xmit synchronizer */ spinlock_t xmit_lock; /* cpu id of processor entered to hard_start_xmit or -1, |
