Searched refs:INP_SOCKREF (Results 1 – 5 of 5) sorted by relevance
370 if (inp->inp_flags & INP_SOCKREF) { in tcp_twstart()373 inp->inp_flags &= ~INP_SOCKREF; in tcp_twstart()552 if (inp->inp_flags & INP_SOCKREF) { in tcp_twclose()553 inp->inp_flags &= ~INP_SOCKREF; in tcp_twclose()
720 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
1348 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()1390 inp->inp_flags |= INP_SOCKREF; in tcp_usr_close()
2502 if (inp->inp_flags & INP_SOCKREF) { in tcp_close()2505 inp->inp_flags &= ~INP_SOCKREF; in tcp_close()
3190 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()