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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c1094 register int thflags; local
1378 thflags = th->th_flags;
1388 if (drop_synfin && (thflags & (TH_SYN|TH_FIN)) == (TH_SYN|TH_FIN)) {
1556 if(thflags & TH_SYN)
1567 ntohs(th->th_sport), thflags);
1570 if ((thflags & TH_SYN) && !(thflags & TH_ACK) &&
1594 if (thflags & TH_SYN)
1644 if ((thflags & TH_SYN) == 0)
1697 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;
415 int thflags = 0; local
478 thflags = tcp_hdr->th_flags;
479 if (thflags & (TH_SYN | TH_URG | TH_ECE | TH_CWR | TH_PUSH | TH_RST | TH_FIN)) {
521 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 76 milliseconds