Lines Matching defs:port
118 struct net_bridge_port *port;
195 * @port: if MASTER flag unset, this points to a port struct
196 * @refcnt: if MASTER flag set, this is bumped for each port referencing it
200 * @port_mcast_ctx: if MASTER flag unset, this is the per-port/vlan multicast
207 * the bridge rhashtable and the local per-port per-VLAN entries contained in
208 * the port's rhashtable. The union entries should be interpreted depending on
221 struct net_bridge_port *port;
339 struct net_bridge_port *port;
886 /* return true if both source port and dest port are isolated */
904 void br_port_flags_change(struct net_bridge_port *port, unsigned long mask);
914 int (*frame_handler)(struct net_bridge_port *port,
957 int br_multicast_add_port(struct net_bridge_port *port);
958 void br_multicast_del_port(struct net_bridge_port *port);
959 void br_multicast_enable_port(struct net_bridge_port *port);
960 void br_multicast_disable_port(struct net_bridge_port *port);
988 br_multicast_new_port_group(struct net_bridge_port *port,
1040 void br_multicast_port_ctx_init(struct net_bridge_port *port,
1095 return mctx->port;
1236 return &pmctx->port->br->multicast_ctx;
1266 return pmctx->port->state == BR_STATE_DISABLED ||
1276 pmctx->port->state == BR_STATE_BLOCKING ||
1351 static inline int br_multicast_add_port(struct net_bridge_port *port)
1356 static inline void br_multicast_del_port(struct net_bridge_port *port)
1360 static inline void br_multicast_enable_port(struct net_bridge_port *port)
1364 static inline void br_multicast_disable_port(struct net_bridge_port *port)
1470 static inline void br_multicast_port_ctx_init(struct net_bridge_port *port,
1516 const struct net_bridge_port *port,
1538 int nbp_vlan_add(struct net_bridge_port *port, u16 vid, u16 flags,
1540 int nbp_vlan_delete(struct net_bridge_port *port, u16 vid);
1541 void nbp_vlan_flush(struct net_bridge_port *port);
1542 int nbp_vlan_init(struct net_bridge_port *port, struct netlink_ext_ack *extack);
1644 const struct net_bridge_port *port,
1676 static inline int nbp_vlan_add(struct net_bridge_port *port, u16 vid, u16 flags,
1683 static inline int nbp_vlan_delete(struct net_bridge_port *port, u16 vid)
1688 static inline void nbp_vlan_flush(struct net_bridge_port *port)
1698 static inline int nbp_vlan_init(struct net_bridge_port *port,
2074 const struct net_bridge_port *port);
2076 const struct net_bridge_port *port, u32 filter);