Searched refs:tcp_hdr (Results 1 – 6 of 6) sorted by relevance
167 struct tcp_hdr *oth; in vj_compress_tcp()168 struct tcp_hdr *th; in vj_compress_tcp()190 th = (struct tcp_hdr *)&((struct vj_u32_t*)ip)[ilen]; in vj_compress_tcp()274 oth = (struct tcp_hdr *)&((struct vj_u32_t*)&cs->cs_ip)[ilen]; in vj_compress_tcp()468 || hlen + sizeof(struct tcp_hdr) > nb->len in vj_uncompress_uncomp()469 || (hlen += TCPH_HDRLEN_BYTES((struct tcp_hdr *)&((char *)ip)[hlen])) in vj_uncompress_uncomp()500 struct tcp_hdr *th; in vj_uncompress_tcp()536 th = (struct tcp_hdr *)&((u8_t*)&cs->cs_ip)[hlen]; in vj_uncompress_tcp()
196 seg->tcphdr = (struct tcp_hdr *)seg->p->payload; in tcp_create_segment()1822 struct tcp_hdr *tcphdr; in tcp_output_alloc_header_common()1829 tcphdr = (struct tcp_hdr *)p->payload; in tcp_output_alloc_header_common()1874 struct tcp_hdr *tcphdr; in tcp_output_fill_options()1880 tcphdr = (struct tcp_hdr *)p->payload; in tcp_output_fill_options()1936 struct tcp_hdr *tcphdr = (struct tcp_hdr *)p->payload; in tcp_output_control_segment()2120 struct tcp_hdr *tcphdr; in tcp_zero_window_probe()2162 tcphdr = (struct tcp_hdr *)p->payload; in tcp_zero_window_probe()
75 static struct tcp_hdr *tcphdr;138 tcphdr = (struct tcp_hdr *)p->payload;
2412 tcp_debug_print(struct tcp_hdr *tcphdr) in tcp_debug_print()
56 struct tcp_hdr { struct
273 struct tcp_hdr *tcphdr; /* the TCP header */490 void tcp_debug_print(struct tcp_hdr *tcphdr);