Lines Matching refs:opt
69 static void dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in dccp_v6_err() argument
206 final_p = fl6_update_dst(&fl6, rcu_dereference(np->opt), &final); in dccp_v6_send_response()
225 err = ip6_xmit(sk, skb, &fl6, rcu_dereference(np->opt), in dccp_v6_send_response()
395 struct ipv6_txoptions *opt; in dccp_v6_request_recv_sock() local
421 newnp->opt = NULL; in dccp_v6_request_recv_sock()
487 newnp->opt = NULL; in dccp_v6_request_recv_sock()
497 opt = rcu_dereference(np->opt); in dccp_v6_request_recv_sock()
498 if (opt) { in dccp_v6_request_recv_sock()
499 opt = ipv6_dup_options(newsk, opt); in dccp_v6_request_recv_sock()
500 RCU_INIT_POINTER(newnp->opt, opt); in dccp_v6_request_recv_sock()
503 if (opt) in dccp_v6_request_recv_sock()
504 inet_csk(newsk)->icsk_ext_hdr_len = opt->opt_nflen + in dccp_v6_request_recv_sock()
505 opt->opt_flen; in dccp_v6_request_recv_sock()
768 struct ipv6_txoptions *opt; in dccp_v6_connect() local
868 opt = rcu_dereference_protected(np->opt, sock_owned_by_user(sk)); in dccp_v6_connect()
869 final_p = fl6_update_dst(&fl6, opt, &final); in dccp_v6_connect()
889 if (opt) in dccp_v6_connect()
890 icsk->icsk_ext_hdr_len = opt->opt_flen + opt->opt_nflen; in dccp_v6_connect()