Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_vlan.c191 u_int32_t ifv_signature;/* IFV_SIGNATURE */ member
375 if (ifv->ifv_signature != IFV_SIGNATURE) { in ifvlan_retain()
389 if (ifv->ifv_signature != IFV_SIGNATURE) { in ifvlan_release()
401 ifv->ifv_signature = 0; in ifvlan_release()
904 ifv->ifv_signature = IFV_SIGNATURE; in vlan_clone_create()