Home
last modified time | relevance | path

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

/systemd-251/src/network/tc/
Dsfb.c15 StochasticFairBlue *sfb; in stochastic_fair_blue_fill_message() local
22 assert_se(sfb = SFB(qdisc)); in stochastic_fair_blue_fill_message()
33 .limit = sfb->packet_limit, in stochastic_fair_blue_fill_message()
64 StochasticFairBlue *sfb; in config_parse_stochastic_fair_blue_u32() local
82 sfb = SFB(qdisc); in config_parse_stochastic_fair_blue_u32()
85 sfb->packet_limit = 0; in config_parse_stochastic_fair_blue_u32()
91 r = safe_atou32(rvalue, &sfb->packet_limit); in config_parse_stochastic_fair_blue_u32()
/systemd-251/src/network/
Dmeson.build180 'tc/sfb.c',
181 'tc/sfb.h',