Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c362 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()
H A Din_pcb.h718 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro
H A Dtcp_usrreq.c1415 inp->inp_flags |= INP_SOCKREF; in tcp_usr_abort()
1457 inp->inp_flags |= INP_SOCKREF; in tcp_usr_close()
H A Dtcp_subr.c2128 if (inp->inp_flags & INP_SOCKREF) { in tcp_close()
2131 inp->inp_flags &= ~INP_SOCKREF; in tcp_close()
H A Din_pcb.c3234 if (inp_flags & INP_SOCKREF) { in db_print_inpflags()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h718 #define INP_SOCKREF 0x08000000 /* strong socket reference */ macro