Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py184 INP2_IN_FCTREE = 0x00000002 variable
H A Dnet.py1502 if (pcb.inp_flags2 & INP2_IN_FCTREE):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c2951 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()
H A Din_pcb.h850 #define INP2_IN_FCTREE 0x00000002 /* in inp_fc_tree */ macro