Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_timewait.c370 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()
H A Din_pcb.h720 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
H A Dtcp_usrreq.c1348 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()
1390 inp->inp_flags |= INP_SOCKREF; in tcp_usr_close()
H A Dtcp_subr.c2502 if (inp->inp_flags & INP_SOCKREF) { in tcp_close()
2505 inp->inp_flags &= ~INP_SOCKREF; in tcp_close()
H A Din_pcb.c3190 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()