Searched refs:TCP_LOG_ID_LEN (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_log_buf.c | 259 char tlb_id[TCP_LOG_ID_LEN]; 321 return strncmp(a->tlb_id, b->tlb_id, TCP_LOG_ID_LEN); in tcp_log_id_cmp() 786 strncpy(tlb->tlb_id, id, TCP_LOG_ID_LEN - 1); in tcp_log_set_id() 787 tlb->tlb_id[TCP_LOG_ID_LEN - 1] = '\0'; in tcp_log_set_id() 926 len = strlcpy(buf, tp->t_lib->tlb_id, TCP_LOG_ID_LEN); in tcp_log_get_id() 927 KASSERT(len < TCP_LOG_ID_LEN, in tcp_log_get_id() 2134 strlcpy(hdr->tlh_id, entry->tldl_id, TCP_LOG_ID_LEN); in tcp_log_expandlogbuf() 2232 strlcpy(entry->tldl_id, "UNKNOWN", TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2238 strlcpy(entry->tldl_reason, "UNKNOWN", TCP_LOG_ID_LEN); in tcp_log_dump_tp_logbuf() 2323 strlcpy(entry->tldl_id, tlb->tlb_id, TCP_LOG_ID_LEN); in tcp_log_dump_node_logbuf() [all …]
|
| H A D | tcp_log_buf.h | 271 char tlh_id[TCP_LOG_ID_LEN]; 281 char tldl_id[TCP_LOG_ID_LEN];
|
| H A D | tcp.h | 299 #define TCP_LOG_ID_LEN 64 macro
|
| H A D | tcp_usrreq.c | 2004 CTASSERT(TCP_CA_NAME_MAX <= TCP_LOG_ID_LEN); 2005 CTASSERT(TCP_LOG_REASON_LEN <= TCP_LOG_ID_LEN); 2049 char *pbuf, buf[TCP_LOG_ID_LEN]; in tcp_default_ctloutput() 2432 error = sooptcopyin(sopt, buf, TCP_LOG_ID_LEN - 1, 0); in tcp_default_ctloutput()
|
| H A D | tcp_var.h | 758 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp.h | 299 #define TCP_LOG_ID_LEN 64 macro
|
| H A D | tcp_var.h | 758 char xt_logid[TCP_LOG_ID_LEN]; /* (s) */
|