Searched refs:th_hostorder (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_log_buf.h | 301 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 305 errornum, len, stackinfo, th_hostorder, \ 330 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 335 th_hostorder, NULL); \ 338 errornum, len, stackinfo, th_hostorder, \ 342 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 346 errornum, len, stackinfo, th_hostorder, \ 357 union tcp_log_stackspecific *stackinfo, int th_hostorder, 376 union tcp_log_stackspecific *stackinfo, int th_hostorder, in tcp_log_event_() argument
|
| H A D | tcp_log_buf.c | 1522 union tcp_log_stackspecific *stackinfo, int th_hostorder, in tcp_log_event_() argument 1716 if (th_hostorder) in tcp_log_event_()
|