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()
423 struct ipv6_txoptions *opt; in dccp_v6_request_recv_sock() local
448 newnp->opt = NULL; in dccp_v6_request_recv_sock()
478 final_p = fl6_update_dst(&fl6, np->opt, &final); in dccp_v6_request_recv_sock()
533 newnp->opt = NULL; in dccp_v6_request_recv_sock()
543 opt = rcu_dereference(np->opt); in dccp_v6_request_recv_sock()
544 if (opt) { in dccp_v6_request_recv_sock()
545 opt = ipv6_dup_options(newsk, opt); in dccp_v6_request_recv_sock()
546 RCU_INIT_POINTER(newnp->opt, opt); in dccp_v6_request_recv_sock()
549 if (opt) in dccp_v6_request_recv_sock()
550 inet_csk(newsk)->icsk_ext_hdr_len = opt->opt_nflen + in dccp_v6_request_recv_sock()
551 opt->opt_flen; in dccp_v6_request_recv_sock()
804 struct ipv6_txoptions *opt; in dccp_v6_connect() local
904 opt = rcu_dereference_protected(np->opt, sock_owned_by_user(sk)); in dccp_v6_connect()
905 final_p = fl6_update_dst(&fl6, opt, &final); in dccp_v6_connect()
925 if (opt) in dccp_v6_connect()
926 icsk->icsk_ext_hdr_len = opt->opt_flen + opt->opt_nflen; in dccp_v6_connect()