br_private.h (07f8ac4a1e26e8283542cdaf658a6e2a12fd6980) br_private.h (2cd4143192e8c60f66cb32c3a30c76d0470a372d)
1/*
2 * Linux ethernet bridge
3 *
4 * Authors:
5 * Lennert Buytenhek <buytenh@gnu.org>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

--- 56 unchanged lines hidden (view full) ---

65struct bridge_mcast_other_query {
66 struct timer_list timer;
67 unsigned long delay_time;
68};
69
70/* selected querier */
71struct bridge_mcast_querier {
72 struct br_ip addr;
1/*
2 * Linux ethernet bridge
3 *
4 * Authors:
5 * Lennert Buytenhek <buytenh@gnu.org>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

--- 56 unchanged lines hidden (view full) ---

65struct bridge_mcast_other_query {
66 struct timer_list timer;
67 unsigned long delay_time;
68};
69
70/* selected querier */
71struct bridge_mcast_querier {
72 struct br_ip addr;
73 struct net_bridge_port __rcu *port;
73};
74#endif
75
76struct net_port_vlans {
77 u16 port_idx;
78 u16 pvid;
79 union {
80 struct net_bridge_port *port;

--- 735 unchanged lines hidden ---
74};
75#endif
76
77struct net_port_vlans {
78 u16 port_idx;
79 u16 pvid;
80 union {
81 struct net_bridge_port *port;

--- 735 unchanged lines hidden ---