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 | 291 char tlb_id[TCP_LOG_ID_LEN]; 353 return strncmp(a->tlb_id, b->tlb_id, TCP_LOG_ID_LEN); in tcp_log_id_cmp() 901 strncpy(tlb->tlb_id, id, TCP_LOG_ID_LEN - 1); in tcp_log_set_id() 902 tlb->tlb_id[TCP_LOG_ID_LEN - 1] = '\0'; in tcp_log_set_id() 1041 len = strlcpy(buf, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_get_id() 1042 KASSERT(len < TCP_LOG_ID_LEN, in tcp_log_get_id() 2352 strlcpy(hdr->tlh_id, entry->tldl_id, TCP_LOG_ID_LEN); in tcp_log_expandlogbuf() 2446 strlcpy(entry->tldl_id, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2449 strlcpy(entry->tldl_id, "UNKNOWN", TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2540 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 | 1846 CTASSERT(TCP_CA_NAME_MAX <= TCP_LOG_ID_LEN); 1847 CTASSERT(TCP_LOG_REASON_LEN <= TCP_LOG_ID_LEN); 1975 char *pbuf, buf[TCP_LOG_ID_LEN]; in tcp_default_ctloutput() 2364 error = sooptcopyin(sopt, buf, TCP_LOG_ID_LEN - 1, 0); in tcp_default_ctloutput()
|
| H A D | tcp_var.h | 1208 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */
|