Lines Matching defs:opt
317 struct ipv6_txoptions *opt;
348 struct ipv6_txoptions *opt;
373 struct ipv6_txoptions *opt;
376 opt = rcu_dereference(np->opt);
377 if (opt) {
378 if (!refcount_inc_not_zero(&opt->refcnt))
379 opt = NULL;
381 opt = rcu_pointer_handoff(opt);
384 return opt;
387 static inline void txopt_put(struct ipv6_txoptions *opt)
389 if (opt && refcount_dec_and_test(&opt->refcnt))
390 kfree_rcu(opt, rcu);
435 struct ipv6_txoptions *opt);
437 struct ipv6_txoptions *opt,
441 struct ipv6_txoptions *opt);
444 const struct inet6_skb_parm *opt);
446 struct ipv6_txoptions *opt);
987 __u32 mark, struct ipv6_txoptions *opt, int tclass, u32 priority);
1055 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
1058 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt,
1079 const struct ipv6_txoptions *opt,