Lines Matching defs:port

82 	struct net_bridge_port __rcu	*port;
121 * @port: if MASTER flag unset, this points to a port struct
122 * @refcnt: if MASTER flag set, this is bumped for each port referencing it
129 * the bridge rhashtable and the local per-port per-VLAN entries contained in
130 * the port's rhashtable. The union entries should be interpreted depending on
143 struct net_bridge_port *port;
245 struct net_bridge_port *port;
732 /* return true if both source port and dest port are isolated */
750 void br_port_flags_change(struct net_bridge_port *port, unsigned long mask);
786 int br_multicast_rcv(struct net_bridge *br, struct net_bridge_port *port,
790 int br_multicast_add_port(struct net_bridge_port *port);
791 void br_multicast_del_port(struct net_bridge_port *port);
792 void br_multicast_enable_port(struct net_bridge_port *port);
793 void br_multicast_disable_port(struct net_bridge_port *port);
816 br_multicast_new_port_group(struct net_bridge_port *port, struct br_ip *group,
824 void br_rtr_notify(struct net_device *dev, struct net_bridge_port *port,
938 struct net_bridge_port *port,
951 static inline int br_multicast_add_port(struct net_bridge_port *port)
956 static inline void br_multicast_del_port(struct net_bridge_port *port)
960 static inline void br_multicast_enable_port(struct net_bridge_port *port)
964 static inline void br_multicast_disable_port(struct net_bridge_port *port)
1057 const struct net_bridge_port *port,
1076 int nbp_vlan_add(struct net_bridge_port *port, u16 vid, u16 flags,
1078 int nbp_vlan_delete(struct net_bridge_port *port, u16 vid);
1079 void nbp_vlan_flush(struct net_bridge_port *port);
1080 int nbp_vlan_init(struct net_bridge_port *port, struct netlink_ext_ack *extack);
1172 const struct net_bridge_port *port,
1204 static inline int nbp_vlan_add(struct net_bridge_port *port, u16 vid, u16 flags,
1211 static inline int nbp_vlan_delete(struct net_bridge_port *port, u16 vid)
1216 static inline void nbp_vlan_flush(struct net_bridge_port *port)
1226 static inline int nbp_vlan_init(struct net_bridge_port *port,
1467 const struct net_bridge_port *port);