Home
last modified time | relevance | path

Searched refs:twin (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/libxo/doc/
H A Dfield-modifiers.rst253 The no-quotes modifier (and its twin, the 'quotes' modifier) affect
301 The quotes modifier (and its twin, the 'no-quotes' modifier) affect
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c14413 uint32_t twin; in bbr_set_sockopt() local
14416 twin = bbr_initial_cwnd(bbr, tp); in bbr_set_sockopt()
14417 if ((bbr->rc_past_init_win == 0) && (twin > tp->snd_cwnd)) in bbr_set_sockopt()
14418 tp->snd_cwnd = twin; in bbr_set_sockopt()