Lines Matching refs:TCP_SKB_CB
830 bool l3_slave = ipv6_l3mdev_skb(TCP_SKB_CB(skb)->header.h6.flags); in tcp_v6_init_req()
842 if (!TCP_SKB_CB(skb)->tcp_tw_isn && in tcp_v6_init_req()
843 (ipv6_opt_accepted(sk_listener, skb, &TCP_SKB_CB(skb)->header.h6) || in tcp_v6_init_req()
1229 memmove(IP6CB(skb), &TCP_SKB_CB(skb)->header.h6, in tcp_v6_restore_cb()
1578 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt && in tcp_v6_do_rcv()
1588 if (ipv6_opt_accepted(sk, opt_skb, &TCP_SKB_CB(opt_skb)->header.h6)) { in tcp_v6_do_rcv()
1610 memmove(&TCP_SKB_CB(skb)->header.h6, IP6CB(skb), in tcp_v6_fill_cb()
1614 TCP_SKB_CB(skb)->seq = ntohl(th->seq); in tcp_v6_fill_cb()
1615 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + in tcp_v6_fill_cb()
1617 TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); in tcp_v6_fill_cb()
1618 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th); in tcp_v6_fill_cb()
1619 TCP_SKB_CB(skb)->tcp_tw_isn = 0; in tcp_v6_fill_cb()
1620 TCP_SKB_CB(skb)->ip_dsfield = ipv6_get_dsfield(hdr); in tcp_v6_fill_cb()
1621 TCP_SKB_CB(skb)->sacked = 0; in tcp_v6_fill_cb()
1622 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()