Searched refs:tcp_hdr (Results 1 – 5 of 5) sorted by relevance
75 struct tcp_hdr *tcp_pkt; in handle_primary_tcp_pkt()77 tcp_pkt = (struct tcp_hdr *)pkt->transport_header; in handle_primary_tcp_pkt()181 struct tcp_hdr *tcp_pkt; in handle_secondary_tcp_pkt()183 tcp_pkt = (struct tcp_hdr *)pkt->transport_header; in handle_secondary_tcp_pkt()
204 struct tcp_hdr *tcphd; in fill_pkt_tcp_info()206 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()
327 struct tcp_hdr l4hdr; in net_tx_pkt_build_vheader()367 if (pkt->payload_len < sizeof(struct tcp_hdr)) { in net_tx_pkt_build_vheader()372 pkt->virt_hdr.csum_offset = offsetof(struct tcp_hdr, th_sum); in net_tx_pkt_build_vheader()602 struct tcp_hdr *th; in net_tx_pkt_tcp_fragment_init()676 struct tcp_hdr *th = l4hdr->iov_base; in net_tx_pkt_tcp_fragment_advance()
2359 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local2363 tcp_hdr = (tcp_flag & VIRTIO_NET_TCP_HDR_LENGTH) >> 10; in virtio_net_rsc_tcp_ctrl_check()2375 if (tcp_hdr > sizeof(struct tcp_header)) { in virtio_net_rsc_tcp_ctrl_check()
159 struct tcp_hdr { struct
Completed in 27 milliseconds