Lines Matching refs:inet_opt
162 kfree(rcu_dereference_protected(inet->inet_opt, 1));
1244 struct ip_options_rcu *inet_opt;
1246 inet_opt = rcu_dereference_protected(inet->inet_opt,
1248 if (inet_opt && inet_opt->opt.srr)
1249 daddr = inet_opt->opt.faddr;
1289 struct ip_options_rcu *inet_opt;
1299 inet_opt = rcu_dereference(inet->inet_opt);
1301 if (inet_opt && inet_opt->opt.srr)
1302 daddr = inet_opt->opt.faddr;