Lines Matching refs:opt_skb
1433 struct sk_buff *opt_skb = NULL; in tcp_v6_do_rcv() local
1467 opt_skb = skb_clone_and_charge_r(skb, sk); in tcp_v6_do_rcv()
1488 if (opt_skb) in tcp_v6_do_rcv()
1505 if (opt_skb) in tcp_v6_do_rcv()
1506 __kfree_skb(opt_skb); in tcp_v6_do_rcv()
1514 if (opt_skb) in tcp_v6_do_rcv()
1521 if (opt_skb) in tcp_v6_do_rcv()
1522 __kfree_skb(opt_skb); in tcp_v6_do_rcv()
1542 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt && in tcp_v6_do_rcv()
1545 np->mcast_oif = tcp_v6_iif(opt_skb); in tcp_v6_do_rcv()
1547 np->mcast_hops = ipv6_hdr(opt_skb)->hop_limit; in tcp_v6_do_rcv()
1549 np->rcv_flowinfo = ip6_flowinfo(ipv6_hdr(opt_skb)); in tcp_v6_do_rcv()
1551 np->flow_label = ip6_flowlabel(ipv6_hdr(opt_skb)); in tcp_v6_do_rcv()
1552 if (ipv6_opt_accepted(sk, opt_skb, &TCP_SKB_CB(opt_skb)->header.h6)) { in tcp_v6_do_rcv()
1553 tcp_v6_restore_cb(opt_skb); in tcp_v6_do_rcv()
1554 opt_skb = xchg(&np->pktoptions, opt_skb); in tcp_v6_do_rcv()
1556 __kfree_skb(opt_skb); in tcp_v6_do_rcv()
1557 opt_skb = xchg(&np->pktoptions, NULL); in tcp_v6_do_rcv()
1561 consume_skb(opt_skb); in tcp_v6_do_rcv()