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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c99 struct nm_tcphdr *tcph = (struct nm_tcphdr *)(pkt + iphlen); local
102 tcph->seq = htobe32(be32toh(tcph->seq) + segmented_bytes);
103 nm_prdis("tcp seq %u", be32toh(tcph->seq));
108 tcph->flags &= ~(0x8 | 0x1);
111 check = &tcph->check;
112 check_data = (uint8_t *)tcph;
326 struct nm_tcphdr *tcph = (struct nm_tcphdr *) local
335 4 * (tcph->doff >> 4);
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.c158 struct tcphdr *tcph = NULL; local
163 tcph = (struct tcphdr *)((uint8_t *)iph + (iph->ip_hl<<2));
166 ntohs(tcph->th_sport) + seed,
167 ntohs(tcph->th_dport) + seed);
229 struct tcphdr *tcph = NULL; local
234 tcph = (struct tcphdr *)(ipv6h + 1);
237 ntohs(tcph->th_sport) + seed,
238 ntohs(tcph->th_dport) + seed);
/freebsd-11-stable/contrib/ipfilter/
H A Dip_msnrpc_pxy.c165 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
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_irc_pxy.c258 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 206 milliseconds