Searched refs:stackinfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_log_buf.h | 471 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 475 errornum, len, stackinfo, th_hostorder, \ 537 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 541 eventid, errornum, len, stackinfo, \ 545 errornum, len, stackinfo, th_hostorder, \ 549 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 553 errornum, len, stackinfo, th_hostorder, \ 564 union tcp_log_stackspecific *stackinfo, int th_hostorder, 586 union tcp_log_stackspecific *stackinfo, int th_hostorder, in tcp_log_event() argument
|
| H A D | tcp_log_buf.c | 1676 union tcp_log_stackspecific *stackinfo, int th_hostorder, in tcp_log_event() argument 1873 if (stackinfo != NULL) { in tcp_log_event() 1874 memcpy(&log_buf->tlb_stackinfo, stackinfo, in tcp_log_event()
|