Searched refs:INP_SOCKREF (Results 1 – 4 of 4) sorted by relevance
557 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
1278 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()1318 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()
3252 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()