Searched refs:thflags (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c1498 register int thflags; local
1694 thflags = th->th_flags;
1704 if (drop_synfin && (thflags & (TH_SYN|TH_FIN)) == (TH_SYN|TH_FIN)) {
1851 if(thflags & TH_SYN)
1862 ntohs(th->th_sport), thflags);
1866 if ((thflags & TH_SYN) && !(thflags & TH_ACK) &&
1890 if (thflags & TH_SYN)
1934 if ((thflags & TH_SYN) == 0)
1992 if ((thflags
[all...]
H A Dtcp_lro.c225 u_int32_t* tsval, u_int32_t* tsecr, int thflags)
287 if (thflags) {
288 flow->lr_tcphdr->th_flags |= thflags;
416 int thflags = 0; local
481 thflags = tcp_hdr->th_flags;
482 if (thflags & (TH_SYN | TH_URG | TH_ECE | TH_CWR | TH_PUSH | TH_RST | TH_FIN)) {
524 thflags);
223 tcp_lro_coalesce(int flow_id, struct mbuf *lro_mb, struct tcphdr *tcphdr, int payload_len, int drop_hdrlen, struct tcpopt *topt, u_int32_t* tsval, u_int32_t* tsecr, int thflags) argument

Completed in 121 milliseconds