Searched refs:tmp_inp (Results 1 – 1 of 1) sorted by relevance
3466 struct inpcb *tmp_inp = NULL; in inp_calc_flowhash()3496 tmp_inp = RB_FIND(inp_fc_tree, &inp_fc_tree, inp); in inp_calc_flowhash()3497 if (tmp_inp != NULL) { in inp_calc_flowhash()3670 struct inpcb *tmp_inp = NULL; in inp_set_fc_state() local3683 if ((tmp_inp = inp_fc_getinp(inp->inp_flowhash, in inp_set_fc_state()3685 if (in_pcb_checkstate(tmp_inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in inp_set_fc_state()3688 VERIFY(tmp_inp == inp); in inp_set_fc_state()