Searched refs:stackinfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_log_buf.h | 303 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 307 errornum, len, stackinfo, th_hostorder, \ 332 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 336 eventid, errornum, len, stackinfo, \ 340 errornum, len, stackinfo, th_hostorder, \ 344 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 348 errornum, len, stackinfo, th_hostorder, \ 359 union tcp_log_stackspecific *stackinfo, int th_hostorder, 378 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 1703 if (stackinfo != NULL) { in tcp_log_event_() 1704 memcpy(&log_buf->tlb_stackinfo, stackinfo, in tcp_log_event_()
|