Searched refs:INP_SOCKREF (Results 1 – 6 of 6) sorted by relevance
362 if (inp->inp_flags & INP_SOCKREF) { in tcp_twstart()365 inp->inp_flags &= ~INP_SOCKREF; in tcp_twstart()521 if (inp->inp_flags & INP_SOCKREF) { in tcp_twclose()522 inp->inp_flags &= ~INP_SOCKREF; in tcp_twclose()
718 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
1415 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()1457 inp->inp_flags |= INP_SOCKREF; in tcp_usr_close()
2128 if (inp->inp_flags & INP_SOCKREF) { in tcp_close()2131 inp->inp_flags &= ~INP_SOCKREF; in tcp_close()
3234 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()