Lines Matching refs:port
20 /* Don't forward packets to originating port or forwarding disabled */
130 * br_forward - forward a packet to a specific port
131 * @to: destination port
144 /* redirect to backup link if the destination port is down */
291 struct net_bridge_port *port, *lport, *rport;
293 lport = p ? p->key.port : NULL;
297 port = lport;
299 if (port->flags & BR_MULTICAST_TO_UNICAST) {
309 port = rport;
312 prev = maybe_deliver(prev, port, skb, local_orig);
316 if ((unsigned long)lport >= (unsigned long)port)
318 if ((unsigned long)rport >= (unsigned long)port)