Searched refs:tcp_hdr (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_lro.c128 tcp_lro_matching_tuple(struct ip* ip_hdr, struct tcphdr *tcp_hdr, int *hash, argument
137 tcp_hdr->th_sport, tcp_hdr->th_dport, (TCP_LRO_FLOW_MAP - 1));
144 seqnum = tcp_hdr->th_seq;
145 off = tcp_hdr->th_off << 2;
152 (flow->lr_fport == tcp_hdr->th_sport) &&
153 (flow->lr_lport == tcp_hdr->th_dport)) {
181 if (SEQ_GT(tcp_hdr->th_ack, flow->lr_tcphdr->th_ack)) {
184 __func__, tcp_hdr->th_ack,
203 tcp_lro_init_flow(int flow_id, struct ip* ip_hdr, struct tcphdr *tcp_hdr, argument
341 tcp_lro_insert_flow(struct mbuf *lro_mb, struct ip *ip_hdr, struct tcphdr *tcp_hdr, int payload_len, int drop_hdrlen, int hash, struct tcpopt *topt, u_int32_t *tsval, u_int32_t *tsecr) argument
404 tcp_lro_process_pkt(struct mbuf *lro_mb, struct ip *ip_hdr, struct tcphdr *tcp_hdr, int drop_hdrlen) argument
673 struct tcphdr * tcp_hdr = NULL; local
767 tcp_start_coalescing(struct ip *ip_hdr, struct tcphdr *tcp_hdr, int tlen) argument
[all...]
H A Dtcp_subr.c487 struct tcphdr *tcp_hdr = (struct tcphdr *)tcp_ptr; local
502 tcp_hdr->th_sum = in6_pseudo(&inp->in6p_laddr, &inp->in6p_faddr,
519 tcp_hdr->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
523 tcp_hdr->th_sport = inp->inp_lport;
524 tcp_hdr->th_dport = inp->inp_fport;
525 tcp_hdr->th_seq = 0;
526 tcp_hdr->th_ack = 0;
527 tcp_hdr->th_x2 = 0;
528 tcp_hdr->th_off = 5;
529 tcp_hdr
[all...]
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dtcp.d126 struct tcphdr *tcp_hdr; /* raw TCP header */
140 tcp_hdr = T;

Completed in 12 milliseconds