Searched refs:INP_SOCKREF (Results 1 – 4 of 4) sorted by relevance
548 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
1295 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()1335 inp->inp_flags |= INP_SOCKREF; in tcp_usr_close()
2554 if (inp->inp_flags & INP_SOCKREF) { in tcp_close()2555 inp->inp_flags &= ~INP_SOCKREF; in tcp_close()
3139 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()