Lines Matching refs:inet_opt
207 struct ip_options_rcu *inet_opt;
222 inet_opt = rcu_dereference_protected(inet->inet_opt,
224 if (inet_opt && inet_opt->opt.srr) {
227 nexthop = inet_opt->opt.faddr;
248 if (!inet_opt || !inet_opt->opt.srr)
275 if (inet_opt)
276 inet_csk(sk)->icsk_ext_hdr_len = inet_opt->opt.optlen;
1572 struct ip_options_rcu *inet_opt;
1591 inet_opt = rcu_dereference(ireq->ireq_opt);
1592 RCU_INIT_POINTER(newinet->inet_opt, inet_opt);
1597 if (inet_opt)
1598 inet_csk(newsk)->icsk_ext_hdr_len = inet_opt->opt.optlen;
1643 newinet->inet_opt = NULL;
1664 newinet->inet_opt = NULL;