Searched refs:TCP_LOG_ID_LEN (Results 1 – 6 of 6) sorted by relevance
/freebsd/tools/tools/kgdb/ |
H A D | tcplog.py | 68 TCP_LOG_ID_LEN = 64 variable 134 .format(TCP_LOG_ID_LEN, TCP_LOG_TAG_LEN, TCP_LOG_REASON_LEN),
|
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.h | 305 char tlh_id[TCP_LOG_ID_LEN]; 315 char tldl_id[TCP_LOG_ID_LEN];
|
H A D | tcp_log_buf.c | 292 char tlb_id[TCP_LOG_ID_LEN]; 354 return strncmp(a->tlb_id, b->tlb_id, TCP_LOG_ID_LEN); in tcp_log_id_cmp() 902 strncpy(tlb->tlb_id, id, TCP_LOG_ID_LEN - 1); in tcp_log_set_id() 903 tlb->tlb_id[TCP_LOG_ID_LEN - 1] = '\0'; in tcp_log_set_id() 1042 len = strlcpy(buf, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_get_id() 1043 KASSERT(len < TCP_LOG_ID_LEN, in tcp_log_get_id() 2354 strlcpy(hdr->tlh_id, entry->tldl_id, TCP_LOG_ID_LEN); in tcp_log_expandlogbuf() 2448 strlcpy(entry->tldl_id, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2451 strlcpy(entry->tldl_id, "UNKNOWN", TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2542 strlcpy(entry->tldl_id, tlb->tlb_id, TCP_LOG_ID_LEN); in tcp_log_dump_node_logbuf()
|
H A D | tcp.h | 362 #define TCP_LOG_ID_LEN 64 macro
|
H A D | tcp_usrreq.c | 1900 CTASSERT(TCP_CA_NAME_MAX <= TCP_LOG_ID_LEN); 1901 CTASSERT(TCP_LOG_REASON_LEN <= TCP_LOG_ID_LEN); 2030 char *pbuf, buf[TCP_LOG_ID_LEN]; in tcp_default_ctloutput() 2419 error = sooptcopyin(sopt, buf, TCP_LOG_ID_LEN - 1, 0); in tcp_default_ctloutput()
|
H A D | tcp_var.h | 1179 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */
|