Home
last modified time | relevance | path

Searched refs:TCP_CA_NAME_MAX (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/cc/
H A Dcc.c95 char default_cc[TCP_CA_NAME_MAX]; in cc_default_algo()
145 s = sbuf_new(NULL, NULL, nalgos * TCP_CA_NAME_MAX, SBUF_FIXEDLEN); in cc_list_available()
193 TCP_CA_NAME_MAX) == 0) in cc_checkreset_default()
267 TCP_CA_NAME_MAX) == 0) in cc_register_algo()
H A Dcc.h129 char name[TCP_CA_NAME_MAX];
/f-stack/freebsd/netinet/
H A Dtcp.h290 #define TCP_CA_NAME_MAX 16 /* max congestion control name length */ macro
H A Dtcp_usrreq.c2004 CTASSERT(TCP_CA_NAME_MAX <= TCP_LOG_ID_LEN);
2206 error = sooptcopyin(sopt, buf, TCP_CA_NAME_MAX - 1, 1); in tcp_default_ctloutput()
2214 TCP_CA_NAME_MAX) == 0) in tcp_default_ctloutput()
2559 len = strlcpy(buf, CC_ALGO(tp)->name, TCP_CA_NAME_MAX); in tcp_default_ctloutput()
H A Dtcp_var.h759 char xt_cc[TCP_CA_NAME_MAX]; /* (s) */
H A Dtcp_subr.c3487 TCP_CA_NAME_MAX); in tcp_inptoxtp()
/f-stack/tools/compat/include/netinet/
H A Dtcp.h290 #define TCP_CA_NAME_MAX 16 /* max congestion control name length */ macro
H A Dtcp_var.h759 char xt_cc[TCP_CA_NAME_MAX]; /* (s) */