Searched refs:fopt (Results 1 – 3 of 3) sorted by relevance
314 struct ipv6_txoptions *fopt) in fl6_merge_options() argument318 if (!fopt || fopt->opt_flen == 0) in fl6_merge_options()327 if (fopt->opt_nflen == 0) in fl6_merge_options()328 return fopt; in fl6_merge_options()334 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()335 opt_space->opt_flen = fopt->opt_flen; in fl6_merge_options()336 opt_space->tot_len = fopt->tot_len; in fl6_merge_options()
1114 static int cbq_set_fopt(struct cbq_class *cl, struct tc_cbq_fopt *fopt) in cbq_set_fopt() argument1116 cbq_change_defmap(cl, fopt->split, fopt->defmap, fopt->defchange); in cbq_set_fopt()
408 struct ipv6_txoptions *fopt);