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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c2073 struct inp_fc_entry keyfc, *infc; local
2079 infc = RB_FIND(inp_fc_tree, &inp_fc_tree, &keyfc);
2080 if (infc != NULL && infc->infc_inp == inp) {
2086 if (infc != NULL) {
2101 infc = zalloc_noblock(inp_fcezone);
2102 if (infc == NULL) {
2107 bzero(infc, sizeof (*infc));
2109 infc
2120 struct inp_fc_entry keyfc, *infc; local
2151 inp_fc_entry_free(struct inp_fc_entry *infc) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c5800 struct inp_fc_entry *infc; local
5816 infc = inp_fc_getinp(fce->fce_flowhash);
5817 if (infc == NULL) {
5822 VERIFY(infc->infc_inp != NULL);
5824 inp_fc_feedback(infc->infc_inp);
5826 inp_fc_entry_free(infc);

Completed in 28 milliseconds