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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dip6_flowlabel.c226 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space, argument
236 opt_space->hopopt = fl_opt->hopopt;
237 opt_space->dst0opt = fl_opt->dst0opt;
238 opt_space->srcrt = fl_opt->srcrt;
239 opt_space->opt_nflen = fl_opt->opt_nflen;
243 opt_space->hopopt = NULL;
244 opt_space->dst0opt = NULL;
245 opt_space->srcrt = NULL;
246 opt_space->opt_nflen = 0;
248 opt_space
[all...]
H A Dexthdrs.c976 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, argument
984 if (opt_space != opt) {
985 memcpy(opt_space, opt, sizeof(*opt_space));
986 opt = opt_space;
H A Dudp.c564 struct ipv6_txoptions opt_space; local
699 opt = &opt_space;
720 opt = fl6_merge_options(&opt_space, flowlabel, opt);
721 opt = ipv6_fixup_options(&opt_space, opt);
H A Draw.c671 struct ipv6_txoptions opt_space; local
765 opt = &opt_space;
785 opt = fl6_merge_options(&opt_space, flowlabel, opt);
786 opt = ipv6_fixup_options(&opt_space, opt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dipv6.h227 extern struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space,
252 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,

Completed in 111 milliseconds