Searched refs:INP_SOCKREF (Results 1 – 5 of 5) sorted by relevance
361 if (inp->inp_flags & INP_SOCKREF) { in tcp_twstart()364 inp->inp_flags &= ~INP_SOCKREF; in tcp_twstart()506 if (inp->inp_flags & INP_SOCKREF) { in tcp_twclose()507 inp->inp_flags &= ~INP_SOCKREF; in tcp_twclose()
732 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
1299 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()1341 inp->inp_flags |= INP_SOCKREF; in tcp_usr_close()
2011 if (inp->inp_flags & INP_SOCKREF) { in tcp_close()2014 inp->inp_flags &= ~INP_SOCKREF; in tcp_close()
3057 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()