Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/cc/
HDcc.c93 char default_cc[TCP_CA_NAME_MAX]; in cc_default_algo()
143 s = sbuf_new(NULL, NULL, nalgos * TCP_CA_NAME_MAX, SBUF_FIXEDLEN); in cc_list_available()
191 TCP_CA_NAME_MAX) == 0) in cc_checkreset_default()
265 TCP_CA_NAME_MAX) == 0) in cc_register_algo()
/NextBSD/sys/netinet/
HDcc.h121 char name[TCP_CA_NAME_MAX];
HDtcp.h179 #define TCP_CA_NAME_MAX 16 /* max congestion control name length */ macro
HDtcp_usrreq.c1482 char buf[TCP_CA_NAME_MAX]; in tcp_default_ctloutput()
1588 if (strncmp(buf, algo->name, TCP_CA_NAME_MAX) in tcp_default_ctloutput()
1767 strlcpy(buf, CC_ALGO(tp)->name, TCP_CA_NAME_MAX); in tcp_default_ctloutput()
1769 error = sooptcopyout(sopt, buf, TCP_CA_NAME_MAX); in tcp_default_ctloutput()
HDtcp_var.h654 char xt_cc_name[TCP_CA_NAME_MAX];