Searched refs:fopt (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_cbq.c175 struct tc_cbq_fopt fopt; local
188 memset(&fopt, 0, sizeof(fopt));
305 if (get_tc_classid(&fopt.split, *argv)) {
313 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange);
319 fopt.defchange = ~0;
397 addattr_l(n, 1024, TCA_CBQ_FOPT, &fopt, sizeof(fopt));
419 struct tc_cbq_fopt *fopt local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c329 static void load_regexes_from_file(llist_t *fopt) argument
334 while (fopt) {
335 llist_t *cur = fopt;
338 fopt = cur->link;
383 llist_t *fopt = NULL; local
394 &pattern_head, &fopt, &mopt,
423 &pattern_head, &fopt, &mopt);
438 load_regexes_from_file(fopt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_flowlabel.c228 struct ipv6_txoptions * fopt)
232 if (fopt == NULL || fopt->opt_flen == 0)
241 if (fopt->opt_nflen == 0)
242 return fopt;
248 opt_space->dst1opt = fopt->dst1opt;
249 opt_space->opt_flen = fopt->opt_flen;
226 fl6_merge_options(struct ipv6_txoptions * opt_space, struct ip6_flowlabel * fl, struct ipv6_txoptions * fopt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipv6.h229 struct ipv6_txoptions * fopt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c1346 static int cbq_set_fopt(struct cbq_class *cl, struct tc_cbq_fopt *fopt) argument
1348 cbq_change_defmap(cl, fopt->split, fopt->defmap, fopt->defchange);

Completed in 85 milliseconds