Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_vlan.c240 u_int32_t ifv_signature;/* IFV_SIGNATURE */ member
366 if (ifv->ifv_signature != IFV_SIGNATURE) { in ifvlan_retain()
380 if (ifv->ifv_signature != IFV_SIGNATURE) { in ifvlan_release()
390 ifv->ifv_signature = 0; in ifvlan_release()
902 ifv->ifv_signature = IFV_SIGNATURE; in vlan_clone_create()