Lines Matching refs:ipv6_txoptions
294 struct ipv6_txoptions { struct
324 struct ipv6_txoptions *opt; argument
356 struct ipv6_txoptions *opt;
371 static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) in txopt_get()
373 struct ipv6_txoptions *opt; in txopt_get()
387 static inline void txopt_put(struct ipv6_txoptions *opt) in txopt_put()
408 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
410 struct ipv6_txoptions *fopt);
435 struct ipv6_txoptions *ipv6_dup_options(struct sock *sk,
436 struct ipv6_txoptions *opt);
437 struct ipv6_txoptions *ipv6_renew_options(struct sock *sk,
438 struct ipv6_txoptions *opt,
441 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space,
442 struct ipv6_txoptions *opt);
444 static inline struct ipv6_txoptions *
445 ipv6_fixup_options(struct ipv6_txoptions *opt_space, struct ipv6_txoptions *opt) in ipv6_fixup_options()
454 struct ipv6_txoptions *ipv6_update_options(struct sock *sk,
455 struct ipv6_txoptions *opt);
1016 __u32 mark, struct ipv6_txoptions *opt, int tclass, u32 priority);
1086 u8 ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
1089 u8 ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
1110 const struct ipv6_txoptions *opt,
1114 fl6_update_dst(struct flowi6 *fl6, const struct ipv6_txoptions *opt, in fl6_update_dst()