Lines Matching refs:ipv6_txoptions
291 struct ipv6_txoptions { struct
321 struct ipv6_txoptions *opt; argument
353 struct ipv6_txoptions *opt;
368 static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) in txopt_get()
370 struct ipv6_txoptions *opt; in txopt_get()
384 static inline void txopt_put(struct ipv6_txoptions *opt) in txopt_put()
405 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
407 struct ipv6_txoptions *fopt);
432 struct ipv6_txoptions *ipv6_dup_options(struct sock *sk,
433 struct ipv6_txoptions *opt);
434 struct ipv6_txoptions *ipv6_renew_options(struct sock *sk,
435 struct ipv6_txoptions *opt,
438 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space,
439 struct ipv6_txoptions *opt);
441 static inline struct ipv6_txoptions *
442 ipv6_fixup_options(struct ipv6_txoptions *opt_space, struct ipv6_txoptions *opt) in ipv6_fixup_options()
451 struct ipv6_txoptions *ipv6_update_options(struct sock *sk,
452 struct ipv6_txoptions *opt);
1013 __u32 mark, struct ipv6_txoptions *opt, int tclass, u32 priority);
1073 u8 ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
1076 u8 ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
1097 const struct ipv6_txoptions *opt,
1101 fl6_update_dst(struct flowi6 *fl6, const struct ipv6_txoptions *opt, in fl6_update_dst()