Home
last modified time | relevance | path

Searched refs:cc_walk_algos (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dcc.h204 extern int cc_walk_algos(cc_walk_func_t *, void *);
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc.c102 cc_walk_algos(cc_walk_func_t *func, void *cd) in cc_walk_algos() function
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c294 return (cc_walk_algos(tcp_copy_ccname, &cd)); in tcp_get_cc_algorithm()