Home
last modified time | relevance | path

Searched refs:lp_iftype (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/net/lagg/
H A Dif_lagg.c1289 if (lp->lp_iftype != IFT_ETHER) in lagg_port_vlan_cb()
1924 KASSERT(lp->lp_iftype == IFT_ETHER); in lagg_setethcaps()
1951 if (lp->lp_iftype != IFT_ETHER) in lagg_sync_ethcaps()
2043 switch (lp->lp_iftype) { in lagg_ethercap_update()
2067 if (lp->lp_iftype != IFT_ETHER) in lagg_ethercap_update()
2149 switch (lp->lp_iftype) { in lagg_port_setsadl()
2297 lp->lp_iftype = ifp_port->if_type; in lagg_port_setup()
2303 if (lp->lp_iftype == IFT_ETHER) { in lagg_port_setup()
2323 if (lp->lp_iftype != ifp_port->if_type) in lagg_port_setup()
2373 ifp_port->if_type = lp->lp_iftype; in lagg_port_setup()
[all …]
H A Dif_laggproto.h78 u_char lp_iftype; member