Lines Matching refs:TCP_SKB_CB
826 bool l3_slave = ipv6_l3mdev_skb(TCP_SKB_CB(skb)->header.h6.flags); in tcp_v6_init_req()
838 if (!TCP_SKB_CB(skb)->tcp_tw_isn && in tcp_v6_init_req()
839 (ipv6_opt_accepted(sk_listener, skb, &TCP_SKB_CB(skb)->header.h6) || in tcp_v6_init_req()
1209 memmove(IP6CB(skb), &TCP_SKB_CB(skb)->header.h6, in tcp_v6_restore_cb()
1555 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt && in tcp_v6_do_rcv()
1565 if (ipv6_opt_accepted(sk, opt_skb, &TCP_SKB_CB(opt_skb)->header.h6)) { in tcp_v6_do_rcv()
1587 memmove(&TCP_SKB_CB(skb)->header.h6, IP6CB(skb), in tcp_v6_fill_cb()
1591 TCP_SKB_CB(skb)->seq = ntohl(th->seq); in tcp_v6_fill_cb()
1592 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + in tcp_v6_fill_cb()
1594 TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); in tcp_v6_fill_cb()
1595 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th); in tcp_v6_fill_cb()
1596 TCP_SKB_CB(skb)->tcp_tw_isn = 0; in tcp_v6_fill_cb()
1597 TCP_SKB_CB(skb)->ip_dsfield = ipv6_get_dsfield(hdr); in tcp_v6_fill_cb()
1598 TCP_SKB_CB(skb)->sacked = 0; in tcp_v6_fill_cb()
1599 TCP_SKB_CB(skb)->has_rxtstamp = in tcp_v6_fill_cb()