Home
last modified time | relevance | path

Searched refs:th_hostorder (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_log_buf.h474 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder argument
478 errornum, len, stackinfo, th_hostorder, \
540 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument
545 th_hostorder, NULL); \
548 errornum, len, stackinfo, th_hostorder, \
552 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument
556 errornum, len, stackinfo, th_hostorder, \
567 union tcp_log_stackspecific *stackinfo, int th_hostorder,
589 union tcp_log_stackspecific *stackinfo, int th_hostorder, in tcp_log_event() argument
H A Dtcp_log_buf.c1676 union tcp_log_stackspecific *stackinfo, int th_hostorder, in tcp_log_event() argument
1886 if (th_hostorder) in tcp_log_event()