Searched refs:br_port (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_notify.c35 p = dev->br_port;
56 br_stp_disable_port(dev->br_port);
64 br_stp_enable_port(dev->br_port);
70 br_del_if(dev->br_port->br, dev);
H A Dbr_input.c59 p = skb->dev->br_port;
65 if (skb->dev->br_port == NULL)
123 p = skb->dev->br_port;
129 if (skb->dev->br_port == NULL)
H A Dbr_if.c52 if ((p = dev->br_port) == NULL)
58 dev->br_port = NULL;
162 dev->br_port = p;
236 if (dev->br_port != NULL)
H A Dbr_stp_bpdu.c142 p = skb->dev->br_port;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetdevice.h416 struct net_bridge_port *br_port; member in struct:net_device
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetdevice.h416 struct net_bridge_port *br_port; member in struct:net_device
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c1255 if (!in_irq() && skb->dev->br_port != NULL && br_handle_frame_hook != NULL){
1471 if (skb->dev->br_port != NULL &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dlec.c487 if (br_fdb_get_hook == NULL || dev->br_port == NULL)
490 f = br_fdb_get_hook(dev->br_port->br, mesg->content.proxy.mac_addr);

Completed in 65 milliseconds