Searched refs:fopt (Results 1 – 2 of 2) sorted by relevance
302 struct ipv6_txoptions *fopt) in fl6_merge_options() argument306 if (!fopt || fopt->opt_flen == 0) in fl6_merge_options()315 if (fopt->opt_nflen == 0) in fl6_merge_options()316 return fopt; in fl6_merge_options()322 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()323 opt_space->opt_flen = fopt->opt_flen; in fl6_merge_options()324 opt_space->tot_len = fopt->tot_len; in fl6_merge_options()
1118 static int cbq_set_fopt(struct cbq_class *cl, struct tc_cbq_fopt *fopt) in cbq_set_fopt() argument1120 cbq_change_defmap(cl, fopt->split, fopt->defmap, fopt->defchange); in cbq_set_fopt()