Lines Matching refs:inet_opt
157 kfree(rcu_dereference_protected(inet->inet_opt, 1));
1259 struct ip_options_rcu *inet_opt;
1262 inet_opt = rcu_dereference_protected(inet->inet_opt,
1264 if (inet_opt && inet_opt->opt.srr)
1265 daddr = inet_opt->opt.faddr;
1311 struct ip_options_rcu *inet_opt;
1321 inet_opt = rcu_dereference(inet->inet_opt);
1323 if (inet_opt && inet_opt->opt.srr)
1324 daddr = inet_opt->opt.faddr;