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

123456

/freebsd-13-stable/sys/dev/ale/
H A Dif_ale.c1605 struct tcphdr *tcp;
1696 m = m_pullup(m, poff + sizeof(struct tcphdr));
1702 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1465 struct tcphdr *tcp;
1506 tcp = (struct tcphdr *)(ip + 1);
1516 tcp = (struct tcphdr *)(ip6 + 1);
/freebsd-13-stable/sys/dev/jme/
H A Dif_jme.c1710 struct tcphdr *tcp;
1746 m = m_pullup(m, poff + sizeof(struct tcphdr));
1756 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c7120 struct tcphdr *th;
7166 sizeof(struct tcphdr));
7174 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
7218 sizeof(struct tcphdr)) >> 2) << 8);
9561 struct tcphdr *th;
9595 th = (struct tcphdr *)((caddr_t)ip + (ip->ip_hl << 2));
/freebsd-13-stable/sys/dev/bge/
H A Dif_bge.c5093 struct tcphdr *tcp;
5111 m = m_pullup(m, poff + sizeof(struct tcphdr));
5114 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
5127 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
/freebsd-13-stable/sys/net/
H A Dif_spppsubr.c824 struct tcphdr *tcp = (struct tcphdr*) ((long*)ip + ip->ip_hl);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3191 struct tcphdr *th = NULL;
3220 th = (struct tcphdr *)(ip + 1);
3234 th = (struct tcphdr *)(ip6 + 1);
/freebsd-13-stable/sys/dev/gem/
H A Dif_gem.c520 if (pktlen < (hlen + sizeof(struct tcphdr)))
/freebsd-13-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1373 offsetof(struct tcphdr, th_sum) :
/freebsd-13-stable/sys/dev/cas/
H A Dif_cas.c582 if (pktlen < (hlen + sizeof(struct tcphdr)))
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c4842 struct tcphdr *th = NULL;
4899 th = (struct tcphdr *)(ip + ip_hlen);
4924 struct tcphdr *th = NULL;
4988 th = (struct tcphdr *)(ip + (ip_hlen << 1));
5058 struct tcphdr *th = NULL;
5071 th = (struct tcphdr *)((caddr_t)ip + (ip->ip_hl << 2));
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_sge.c2731 struct tcphdr *tcp;

Completed in 391 milliseconds

123456