Searched refs:tcphdr (Results 126 - 132 of 132) sorted by relevance

123456

/freebsd-12-stable/sys/net/
H A Dif_spppsubr.c823 struct tcphdr *tcp = (struct tcphdr*) ((long*)ip + ip->ip_hl);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3254 struct tcphdr *th = NULL;
3284 th = (struct tcphdr *)(ip + 1);
3298 th = (struct tcphdr *)(ip6 + 1);
/freebsd-12-stable/sys/dev/gem/
H A Dif_gem.c520 if (pktlen < (hlen + sizeof(struct tcphdr)))
/freebsd-12-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1375 offsetof(struct tcphdr, th_sum) :
/freebsd-12-stable/sys/dev/cas/
H A Dif_cas.c582 if (pktlen < (hlen + sizeof(struct tcphdr)))
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c4874 struct tcphdr *th = NULL;
4931 th = (struct tcphdr *)(ip + ip_hlen);
4956 struct tcphdr *th = NULL;
5020 th = (struct tcphdr *)(ip + (ip_hlen << 1));
5090 struct tcphdr *th = NULL;
5103 th = (struct tcphdr *)((caddr_t)ip + (ip->ip_hl << 2));
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_sge.c2643 struct tcphdr *tcp;

Completed in 195 milliseconds

123456