Searched refs:INP_SOCKREF (Results 1 – 4 of 4) sorted by relevance
579 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
1279 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()1319 inp->inp_flags |= INP_SOCKREF; in tcp_usr_close()
2607 if (inp->inp_flags & INP_SOCKREF) { in tcp_close()2608 inp->inp_flags &= ~INP_SOCKREF; in tcp_close()
3189 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()