Lines Matching refs:inet_opt
468 struct ip_options_rcu *inet_opt;
478 inet_opt = rcu_dereference(inet->inet_opt);
504 if (inet_opt && inet_opt->opt.is_strictroute && rt->rt_uses_gateway)
508 skb_push(skb, sizeof(struct iphdr) + (inet_opt ? inet_opt->opt.optlen : 0));
522 if (inet_opt && inet_opt->opt.optlen) {
523 iph->ihl += inet_opt->opt.optlen >> 2;
524 ip_options_build(skb, &inet_opt->opt, inet->inet_daddr, rt);