Lines Matching refs:inet_opt
459 struct ip_options_rcu *inet_opt;
469 inet_opt = rcu_dereference(inet->inet_opt);
482 if (inet_opt && inet_opt->opt.srr)
483 daddr = inet_opt->opt.faddr;
503 if (inet_opt && inet_opt->opt.is_strictroute && rt->rt_uses_gateway)
507 skb_push(skb, sizeof(struct iphdr) + (inet_opt ? inet_opt->opt.optlen : 0));
521 if (inet_opt && inet_opt->opt.optlen) {
522 iph->ihl += inet_opt->opt.optlen >> 2;
523 ip_options_build(skb, &inet_opt->opt, inet->inet_daddr, rt);