Lines Matching refs:opt
323 struct inet6_skb_parm *opt, in rawv6_err() argument
775 struct ipv6_txoptions *opt = NULL; in rawv6_sendmsg() local
868 opt = &opt_space; in rawv6_sendmsg()
869 memset(opt, 0, sizeof(struct ipv6_txoptions)); in rawv6_sendmsg()
870 opt->tot_len = sizeof(struct ipv6_txoptions); in rawv6_sendmsg()
871 ipc6.opt = opt; in rawv6_sendmsg()
883 if (!(opt->opt_nflen|opt->opt_flen)) in rawv6_sendmsg()
884 opt = NULL; in rawv6_sendmsg()
886 if (!opt) { in rawv6_sendmsg()
887 opt = txopt_get(np); in rawv6_sendmsg()
888 opt_to_free = opt; in rawv6_sendmsg()
891 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg()
892 opt = ipv6_fixup_options(&opt_space, opt); in rawv6_sendmsg()
912 final_p = fl6_update_dst(&fl6, opt, &final); in rawv6_sendmsg()
947 ipc6.opt = opt; in rawv6_sendmsg()