Searched refs:qt_mpu (Results 1 – 2 of 2) sorted by relevance
/external/libnl/lib/route/sch/ |
D | tbf.c | 75 tbf->qt_mpu = opts.rate.mpu; in tbf_msg_parser() 133 tbf->qt_mpu, bs, bu, cl, cu); in tbf_dump_details() 174 tbf->qt_rate.rs_mpu = tbf->qt_mpu; in tbf_get_opts() 177 rtnl_tc_build_rate_table(rtab, tbf->qt_mpu & 0xff, tbf->qt_mpu >> 8, in tbf_get_opts() 183 tbf->qt_peakrate.rs_mpu = tbf->qt_mpu; in tbf_get_opts() 186 rtnl_tc_build_rate_table(ptab, tbf->qt_mpu & 0xff, in tbf_get_opts() 187 tbf->qt_mpu >> 8, in tbf_get_opts() 318 tbf->qt_mpu = mpu; in rtnl_qdisc_tbf_set_mpu() 335 return tbf->qt_mpu; in rtnl_qdisc_tbf_get_mpu()
|
/external/libnl/include/ |
D | netlink-types.h | 565 uint32_t qt_mpu; member
|