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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c2073 struct inp_fc_entry keyfc, *infc; local
2076 keyfc.infc_flowhash = flowhash;
2079 infc = RB_FIND(inp_fc_tree, &inp_fc_tree, &keyfc);
2120 struct inp_fc_entry keyfc, *infc; local
2122 keyfc.infc_flowhash = flowhash;
2125 infc = RB_FIND(inp_fc_tree, &inp_fc_tree, &keyfc);

Completed in 19 milliseconds