Searched refs:tcph (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c101 struct nm_tcphdr *tcph = (struct nm_tcphdr *)(pkt + iphlen); local
104 tcph->seq = htobe32(be32toh(tcph->seq) + segmented_bytes);
105 nm_prdis("tcp seq %u", be32toh(tcph->seq));
110 tcph->flags &= ~(0x8 | 0x1);
113 check = &tcph->check;
114 check_data = (uint8_t *)tcph;
328 struct nm_tcphdr *tcph = (struct nm_tcphdr *) local
337 4 * (tcph->doff >> 4);
/freebsd-12-stable/tools/tools/netmap/
H A Dpkt_hash.c159 const struct tcphdr *tcph = NULL; local
164 tcph = (const struct tcphdr *)((const uint8_t *)iph + (iph->ip_hl<<2));
167 ntohs(tcph->th_sport) + seed,
168 ntohs(tcph->th_dport) + seed);
230 const struct tcphdr *tcph = NULL; local
235 tcph = (const struct tcphdr *)(ipv6h + 1);
238 ntohs(tcph->th_sport) + seed,
239 ntohs(tcph->th_dport) + seed);
/freebsd-12-stable/contrib/ipfilter/
H A Dip_msnrpc_pxy.c165 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c258 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
H A Dip_raudio_pxy.c191 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
H A Dip_rcmd_pxy.c149 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
H A Dip_ftp_pxy.c460 tcphdr_t tcph, *tcp2 = &tcph; local
862 tcphdr_t *tcp, tcph, *tcp2; local
885 tcp2 = &tcph;

Completed in 128 milliseconds