Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c7185 struct ifnet_fc_entry keyfc, *ifce; in ifnet_fc_add() local
7192 bzero(&keyfc, sizeof(keyfc)); in ifnet_fc_add()
7193 keyfc.ifce_flowhash = flowhash; in ifnet_fc_add()
7196 ifce = RB_FIND(ifnet_fc_tree, &ifnet_fc_tree, &keyfc); in ifnet_fc_add()
7229 struct ifnet_fc_entry keyfc, *ifce; in ifnet_fc_get() local
7232 bzero(&keyfc, sizeof(keyfc)); in ifnet_fc_get()
7233 keyfc.ifce_flowhash = flowhash; in ifnet_fc_get()
7236 ifce = RB_FIND(ifnet_fc_tree, &ifnet_fc_tree, &keyfc); in ifnet_fc_get()