Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c3270 struct inpcb *tmp_inp = NULL; in inp_calc_flowhash()
3300 tmp_inp = RB_FIND(inp_fc_tree, &inp_fc_tree, inp); in inp_calc_flowhash()
3301 if (tmp_inp != NULL) { in inp_calc_flowhash()
3444 struct inpcb *tmp_inp = NULL; in inp_set_fc_state() local
3457 if ((tmp_inp = inp_fc_getinp(inp->inp_flowhash, in inp_set_fc_state()
3459 if (in_pcb_checkstate(tmp_inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in inp_set_fc_state()
3462 VERIFY(tmp_inp == inp); in inp_set_fc_state()