Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Ddlil.c7183 struct ifnet_fc_entry keyfc, *ifce; in ifnet_fc_add() local
7190 bzero(&keyfc, sizeof(keyfc)); in ifnet_fc_add()
7191 keyfc.ifce_flowhash = flowhash; in ifnet_fc_add()
7194 ifce = RB_FIND(ifnet_fc_tree, &ifnet_fc_tree, &keyfc); in ifnet_fc_add()
7227 struct ifnet_fc_entry keyfc, *ifce; in ifnet_fc_get() local
7230 bzero(&keyfc, sizeof(keyfc)); in ifnet_fc_get()
7231 keyfc.ifce_flowhash = flowhash; in ifnet_fc_get()
7234 ifce = RB_FIND(ifnet_fc_tree, &ifnet_fc_tree, &keyfc); in ifnet_fc_get()