Home
last modified time | relevance | path

Searched refs:PRU_SHUTDOWN (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/cddl/lib/libdtrace/
H A Dtcp.d349 #pragma D binding "1.12.1" PRU_SHUTDOWN
350 inline int PRU_SHUTDOWN = 7; variable
397 req == PRU_SHUTDOWN ? "SHUTDOWN" :
/freebsd-14.2/sys/netinet/
H A Din_kdtrace.h95 #define PRU_SHUTDOWN 7 /* won't send any more data */ macro
H A Dtcp_usrreq.c841 tcp_bblog_pru(tp, PRU_SHUTDOWN, error); in tcp_usr_shutdown()
842 TCP_PROBE2(debug__user, tp, PRU_SHUTDOWN); in tcp_usr_shutdown()