Lines Matching refs:TCP_SKB_CB
687 if (!TCP_SKB_CB(skb)->tcp_tw_isn && in tcp_v6_init_req()
688 (ipv6_opt_accepted(sk, skb, &TCP_SKB_CB(skb)->header.h6) || in tcp_v6_init_req()
1314 if (TCP_SKB_CB(opt_skb)->end_seq == tp->rcv_nxt && in tcp_v6_do_rcv()
1324 if (ipv6_opt_accepted(sk, opt_skb, &TCP_SKB_CB(opt_skb)->header.h6)) { in tcp_v6_do_rcv()
1345 memmove(&TCP_SKB_CB(skb)->header.h6, IP6CB(skb), in tcp_v6_fill_cb()
1349 TCP_SKB_CB(skb)->seq = ntohl(th->seq); in tcp_v6_fill_cb()
1350 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + in tcp_v6_fill_cb()
1352 TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); in tcp_v6_fill_cb()
1353 TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th); in tcp_v6_fill_cb()
1354 TCP_SKB_CB(skb)->tcp_tw_isn = 0; in tcp_v6_fill_cb()
1355 TCP_SKB_CB(skb)->ip_dsfield = ipv6_get_dsfield(hdr); in tcp_v6_fill_cb()
1356 TCP_SKB_CB(skb)->sacked = 0; in tcp_v6_fill_cb()
1364 memmove(IP6CB(skb), &TCP_SKB_CB(skb)->header.h6, in tcp_v6_restore_cb()