Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan.c294 static int vlan_setflags(struct ifnet *ifp, int status);
1822 vlan_setflags(ifp, 1); in vlan_config()
1891 vlan_setflags(ifp, 0); /* clear special flags on parent */ in vlan_unconfig_locked()
1961 vlan_setflags(struct ifnet *ifp, int status) in vlan_setflags() function
2389 error = vlan_setflags(ifp, 1); in vlan_ioctl()