Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc.h244 void cc_attach(struct tcpcb *, struct cc_algo *);
H A Dcc.c126 cc_attach(struct tcpcb *tp, struct cc_algo *algo) in cc_attach() function
/freebsd/sys/netinet/
H A Dtcp_usrreq.c2003 cc_attach(tp, algo); in tcp_set_cc_mod()