Home
last modified time | relevance | path

Searched refs:INP_SOCKREF (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dtcp_timewait.c361 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()
H A Din_pcb.h732 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
H A Dtcp_usrreq.c1299 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()
1341 inp->inp_flags |= INP_SOCKREF; in tcp_usr_close()
H A Dtcp_subr.c2011 if (inp->inp_flags & INP_SOCKREF) { in tcp_close()
2014 inp->inp_flags &= ~INP_SOCKREF; in tcp_close()
H A Din_pcb.c3057 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()