/external/iproute2/ip/ |
D | iplink_can.c | 123 if (get_u32(&bt.bitrate, *argv, 0)) in can_parse_opt() 135 if (get_u32(&bt.tq, *argv, 0)) in can_parse_opt() 139 if (get_u32(&bt.prop_seg, *argv, 0)) in can_parse_opt() 143 if (get_u32(&bt.phase_seg1, *argv, 0)) in can_parse_opt() 147 if (get_u32(&bt.phase_seg2, *argv, 0)) in can_parse_opt() 151 if (get_u32(&bt.sjw, *argv, 0)) in can_parse_opt() 155 if (get_u32(&dbt.bitrate, *argv, 0)) in can_parse_opt() 166 if (get_u32(&dbt.tq, *argv, 0)) in can_parse_opt() 170 if (get_u32(&dbt.prop_seg, *argv, 0)) in can_parse_opt() 174 if (get_u32(&dbt.phase_seg1, *argv, 0)) in can_parse_opt() [all …]
|
D | iplink_bridge.c | 50 if (get_u32(&val, *argv, 0)) in bridge_parse_opt() 56 if (get_u32(&val, *argv, 0)) in bridge_parse_opt() 62 if (get_u32(&val, *argv, 0)) in bridge_parse_opt() 68 if (get_u32(&val, *argv, 0)) in bridge_parse_opt() 74 if (get_u32(&val, *argv, 0)) in bridge_parse_opt()
|
D | iplink_bond.c | 188 if (get_u32(&miimon, *argv, 0)) in bond_parse_opt() 193 if (get_u32(&updelay, *argv, 0)) in bond_parse_opt() 198 if (get_u32(&downdelay, *argv, 0)) in bond_parse_opt() 208 if (get_u32(&arp_interval, *argv, 0)) in bond_parse_opt() 270 if (get_u32(&resend_igmp, *argv, 0)) in bond_parse_opt() 292 if (get_u32(&min_links, *argv, 0)) in bond_parse_opt() 298 if (get_u32(&lp_interval, *argv, 0)) in bond_parse_opt() 304 if (get_u32(&packets_per_slave, *argv, 0)) in bond_parse_opt()
|
D | ipntable.c | 109 if (get_u32(&thresh1, *argv, 0)) in ipntable_modify() 119 if (get_u32(&thresh2, *argv, 0)) in ipntable_modify() 129 if (get_u32(&thresh3, *argv, 0)) in ipntable_modify() 209 if (get_u32(&queue, *argv, 0)) in ipntable_modify() 222 if (get_u32(&aprobe, *argv, 0)) in ipntable_modify() 233 if (get_u32(&uprobe, *argv, 0)) in ipntable_modify() 244 if (get_u32(&mprobe, *argv, 0)) in ipntable_modify() 279 if (get_u32(&pqueue, *argv, 0)) in ipntable_modify()
|
D | xfrm_state.c | 178 if (get_u32(seq, *argv, 0)) in xfrm_seq_parse() 245 if (get_u32(&val, *argv, 16)) in xfrm_state_extra_flag_parse() 324 if (get_u32(&replay_window, *argv, 0)) in xfrm_state_modify() 328 if (get_u32(&seq, *argv, 0)) in xfrm_state_modify() 332 if (get_u32(&seq_hi, *argv, 0)) in xfrm_state_modify() 336 if (get_u32(&oseq, *argv, 0)) in xfrm_state_modify() 340 if (get_u32(&oseq_hi, *argv, 0)) in xfrm_state_modify() 485 if (get_u32(&icvlen, *argv, 0)) in xfrm_state_modify() 497 if (get_u32(&trunclen, *argv, 0)) in xfrm_state_modify() 748 if (get_u32(&req.xspi.min, *argv, 0)) in xfrm_state_allocspi() [all …]
|
D | iplink_vlan.c | 67 if (get_u32(&m.from, *argv, 0)) in vlan_parse_qos_map() 69 if (get_u32(&m.to, colon + 1, 0)) in vlan_parse_qos_map()
|
D | iprule.c | 380 if (get_u32(&pref, *argv, 0)) in iprule_modify() 396 if (get_u32(&fwmark, *argv, 0)) in iprule_modify() 400 if (get_u32(&fwmask, slash+1, 0)) in iprule_modify() 469 if (get_u32(&target, *argv, 0)) in iprule_modify()
|
D | iplink_vxlan.c | 84 if (get_u32(&vni, *argv, 0) || in vxlan_parse_opt() 150 else if (get_u32(&age, *argv, 0)) in vxlan_parse_opt() 156 else if (get_u32(&maxaddr, *argv, 0)) in vxlan_parse_opt()
|
D | ipl2tp.c | 530 if (get_u32(&uval, *argv, 0)) in parse_args() 537 if (get_u32(&uval, *argv, 0)) in parse_args() 544 if (get_u32(&uval, *argv, 0)) in parse_args() 551 if (get_u32(&uval, *argv, 0)) in parse_args()
|
/external/iproute2/tc/ |
D | q_sfb.c | 68 if (get_u32(&opt.rehash_interval, *argv, 0)) { in sfb_parse_opt() 74 if (get_u32(&opt.warmup_time, *argv, 0)) { in sfb_parse_opt() 80 if (get_u32(&opt.limit, *argv, 0)) { in sfb_parse_opt() 86 if (get_u32(&opt.max, *argv, 0)) { in sfb_parse_opt() 92 if (get_u32(&opt.bin_size, *argv, 0)) { in sfb_parse_opt() 110 if (get_u32(&opt.penalty_rate, *argv, 0)) { in sfb_parse_opt() 116 if (get_u32(&opt.penalty_burst, *argv, 0)) { in sfb_parse_opt()
|
D | q_sfq.c | 66 if (get_u32(&opt.v0.limit, *argv, 0)) { in sfq_parse_opt() 77 if (get_u32(&opt.v0.divisor, *argv, 0)) { in sfq_parse_opt() 84 if (get_u32(&opt.v0.flows, *argv, 0)) { in sfq_parse_opt() 91 if (get_u32(&opt.depth, *argv, 0)) { in sfq_parse_opt() 101 if (get_u32(&opt.limit, *argv, 0)) { in sfq_parse_opt() 108 if (get_u32(&opt.qth_min, *argv, 0)) { in sfq_parse_opt() 115 if (get_u32(&opt.qth_max, *argv, 0)) { in sfq_parse_opt()
|
D | f_flow.c | 109 if (get_u32(&tmp, argv, 0) == 0) in get_addend() 147 if (get_u32(&t->tcm_handle, handle, 0)) { in flow_parse_opt() 168 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt() 175 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt() 182 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt() 189 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt() 203 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt() 217 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt()
|
D | q_htb.c | 76 if (get_u32(&opt.rate2quantum, *argv, 10)) { in htb_parse_opt() 81 if (get_u32(&opt.defcls, *argv, 16)) { in htb_parse_opt() 92 if (get_u32(&direct_qlen, *argv, 10)) { in htb_parse_opt() 131 if (get_u32(&opt.prio, *argv, 10)) { in htb_parse_class_opt() 137 if (get_u32(&mtu, *argv, 10)) { in htb_parse_class_opt() 157 if (get_u32(&opt.quantum, *argv, 10)) { in htb_parse_class_opt()
|
D | tc_stab.c | 70 if (get_u32(&s.mtu, *argv, 10)) in parse_size_table() 76 if (get_u32(&s.mpu, *argv, 10)) in parse_size_table() 88 if (get_u32(&s.tsize, *argv, 10)) in parse_size_table()
|
D | f_rsvp.c | 80 if (get_u32(&gpi, *argv, 0)) in get_addr_and_pi() 92 if (get_u32(&gpi, *argv, 0)) in get_addr_and_pi() 103 if (get_u32(&flabel, *argv, 0)) in get_addr_and_pi() 125 if (get_u32(&tmp, *argv, 0)) in get_addr_and_pi() 130 if (get_u32(&mask, *argv, 16)) in get_addr_and_pi() 182 if (get_u32(&t->tcm_handle, handle, 0)) { in rsvp_parse_opt()
|
D | f_u32.c | 55 return get_u32(handle, str, 16); in get_u32_handle() 238 if (get_u32(&key, *argv, 0)) in parse_u32() 242 if (get_u32(&mask, *argv, 16)) in parse_u32() 270 if (get_u32(&key, *argv, 0)) in parse_u16() 274 if (get_u32(&mask, *argv, 16)) in parse_u16() 301 if (get_u32(&key, *argv, 0)) in parse_u8() 305 if (get_u32(&mask, *argv, 16)) in parse_u8() 419 if (get_u32(&key, *argv, 0)) in parse_ip6_class() 423 if (get_u32(&mask, *argv, 16)) in parse_ip6_class() 668 if (get_u32(&mark.val, *argv, 0)) { in parse_mark() [all …]
|
D | q_qfq.c | 68 if (get_u32(&tmp, *argv, 10)) { in qfq_parse_class_opt() 74 if (get_u32(&tmp, *argv, 10)) { in qfq_parse_class_opt()
|
D | m_pedit.c | 232 return get_u32(val, *argv, 0); in parse_val() 371 if (get_u32(&atv, *argv, 0)) in parse_offset() 377 if (get_u32(&offmask, *argv, 16)) in parse_offset() 383 if (get_u32(&shift, *argv, 0)) in parse_offset() 514 if (get_u32(&sel.sel.index, *argv, 10)) { in parse_pedit()
|
D | f_fw.c | 48 if (get_u32(&t->tcm_handle, handle, 0)) { in fw_parse_opt() 53 if (get_u32(&mask, slash+1, 0)) { in fw_parse_opt()
|
D | f_route.c | 48 if (get_u32(&t->tcm_handle, handle, 0)) { in route_parse_opt() 117 if (get_u32(&order, *argv, 0)) { in route_parse_opt()
|
D | m_skbedit.c | 88 if (get_u32(&mark, *argv, 0)) { in parse_skbedit() 126 if (get_u32(&sel.index, *argv, 10)) { in parse_skbedit()
|
D | m_mirred.c | 91 if (get_u32(&p.index, *argv, 10)) { in parse_egress() 188 if (get_u32(&p.index, *argv, 10)) { in parse_egress()
|
D | q_cbq.c | 220 if (get_u32(&lss.minidle, *argv, 0)) { in cbq_parse_class_opt() 227 if (get_u32(&minburst, *argv, 0)) { in cbq_parse_class_opt() 234 if (get_u32(&maxburst, *argv, 0)) { in cbq_parse_class_opt() 281 if (get_u32(&prio, *argv, 0)) { in cbq_parse_class_opt()
|
D | m_simple.c | 131 if (get_u32(&sel.index, *argv, 10)) { in parse_simple()
|
D | m_connmark.c | 112 if (get_u32(&sel.index, *argv, 10)) { in parse_connmark()
|