Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_vlan.c197 u_int32_t ifv_signature;/* IFV_SIGNATURE */ member
401 if (ifv->ifv_signature != IFV_SIGNATURE) { in ifvlan_retain()
415 if (ifv->ifv_signature != IFV_SIGNATURE) { in ifvlan_release()
427 ifv->ifv_signature = 0; in ifvlan_release()
980 ifv->ifv_signature = IFV_SIGNATURE; in vlan_clone_create()