Searched refs:fl_opt (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dip6_flowlabel.c274 struct ipv6_txoptions * fl_opt = fl->opt; local
277 return fl_opt;
279 if (fl_opt != NULL) {
280 opt_space->hopopt = fl_opt->hopopt;
281 opt_space->dst0opt = fl_opt->dst0opt;
282 opt_space->srcrt = fl_opt->srcrt;
283 opt_space->opt_nflen = fl_opt->opt_nflen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dip6_flowlabel.c274 struct ipv6_txoptions * fl_opt = fl->opt; local
277 return fl_opt;
279 if (fl_opt != NULL) {
280 opt_space->hopopt = fl_opt->hopopt;
281 opt_space->dst0opt = fl_opt->dst0opt;
282 opt_space->srcrt = fl_opt->srcrt;
283 opt_space->opt_nflen = fl_opt->opt_nflen;

Completed in 59 milliseconds