Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Ddlil.c11296 struct ifnet_fc_entry keyfc, *ifce; in ifnet_fc_add() local
11303 bzero(&keyfc, sizeof(keyfc)); in ifnet_fc_add()
11304 keyfc.ifce_flowhash = flowhash; in ifnet_fc_add()
11307 ifce = RB_FIND(ifnet_fc_tree, &ifnet_fc_tree, &keyfc); in ifnet_fc_add()
11340 struct ifnet_fc_entry keyfc, *ifce; in ifnet_fc_get() local
11343 bzero(&keyfc, sizeof(keyfc)); in ifnet_fc_get()
11344 keyfc.ifce_flowhash = flowhash; in ifnet_fc_get()
11347 ifce = RB_FIND(ifnet_fc_tree, &ifnet_fc_tree, &keyfc); in ifnet_fc_get()