Searched refs:INP2_IN_FCTREE (Results 1 – 4 of 4) sorted by relevance
184 INP2_IN_FCTREE = 0x00000002 variable
1502 if (pcb.inp_flags2 & INP2_IN_FCTREE):
2951 if (inp->inp_flags2 & INP2_IN_FCTREE) { in in_pcbremlists()2953 VERIFY(!(inp->inp_flags2 & INP2_IN_FCTREE)); in in_pcbremlists()3454 ASSERT((inp->inp_flags2 & INP2_IN_FCTREE) == 0); in inp_calc_flowhash()3457 inp->inp_flags2 |= INP2_IN_FCTREE; in inp_calc_flowhash()3511 inp->inp_flags2 |= INP2_IN_FCTREE; in inp_calc_flowhash()3558 ASSERT((inp->inp_flags2 & INP2_IN_FCTREE) != 0); in inp_fc_getinp()3567 inp->inp_flags2 &= ~INP2_IN_FCTREE; in inp_fc_getinp()
850 #define INP2_IN_FCTREE 0x00000002 /* in inp_fc_tree */ macro