Searched refs:TCP_LOG_REASON_LEN (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | tcp_log_buf.h | 31 #define TCP_LOG_REASON_LEN 32 macro 304 char tlh_reason[TCP_LOG_REASON_LEN]; 314 char tldl_reason[TCP_LOG_REASON_LEN];
|
| HD | tcp_log_buf.c | 2345 strlcpy(hdr->tlh_reason, entry->tldl_reason, TCP_LOG_REASON_LEN); in tcp_log_expandlogbuf() 2444 strlcpy(entry->tldl_reason, reason, TCP_LOG_REASON_LEN); in tcp_log_dump_tp_logbuf() 2446 strlcpy(entry->tldl_reason, "UNKNOWN", TCP_LOG_REASON_LEN); in tcp_log_dump_tp_logbuf() 2534 strlcpy(entry->tldl_reason, reason, TCP_LOG_REASON_LEN); in tcp_log_dump_node_logbuf() 2536 strlcpy(entry->tldl_reason, "UNKNOWN", TCP_LOG_REASON_LEN); in tcp_log_dump_node_logbuf()
|
| HD | tcp_usrreq.c | 1879 CTASSERT(TCP_LOG_REASON_LEN <= TCP_LOG_ID_LEN); 2454 sooptcopyin(sopt, buf, TCP_LOG_REASON_LEN - 1, 0); in tcp_default_ctloutput()
|