Searched refs:th_flags (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcpip.h96 #define ti_flags ti_t.th_flags
H A Dtcp_debug.c225 flags = th->th_flags;
229 if (th->th_flags & TH_##f) { \
H A Dtcp_newreno.c380 (th->th_flags & TH_PUSH) == 0 &&
386 (th->th_flags & TH_PUSH) == 0 &&
H A Dtcp.h94 unsigned char th_flags; member in struct:tcphdr
H A Dtcp_ledbat.c405 (th->th_flags & TH_PUSH) == 0 &&
H A Dtcp_lro.c288 flow->lr_tcphdr->th_flags |= thflags;
461 (tcp_hdr->th_flags & TH_SYN) == 0) {
478 thflags = tcp_hdr->th_flags;
H A Dtcp_output.c1521 th->th_flags = flags;
1567 th->th_flags |= TH_URG;
1789 th->th_flags == TH_ACK && tp->snd_una == tp->snd_max &&
1820 ((th->th_flags & TH_ACK) == TH_ACK) && (!len) &&
H A Dtcp_input.c686 flags = q->tqe_th->th_flags & TH_FIN;
1371 (th->th_flags & TH_SYN) == 0) {
1378 thflags = th->th_flags;
3741 thflags = th->th_flags & TH_FIN;
4047 if (!(th->th_flags & TH_SYN))
4060 if (!(th->th_flags & TH_SYN))
4088 if (th->th_flags & TH_SYN) {
4098 if (th->th_flags & TH_SYN)
4111 if (th->th_flags & TH_SYN)
H A Dip_fw2.c1765 tcp->th_flags = TH_RST;
1771 tcp->th_flags = TH_RST | TH_ACK;
1791 tcp->th_flags = TH_ACK;
1829 if ( (tcp->th_flags & TH_RST) == 0) {
1834 tcp->th_flags | TH_RST);
2064 args->fwa_id.flags = tcp->th_flags;
2458 L3HDR(struct tcphdr,ip)->th_flags));
2488 (L3HDR(struct tcphdr,ip)->th_flags &
H A Dip_compat.h545 __u8 th_flags;
H A Dtcp_subr.c528 tcp_hdr->th_flags = 0;
715 nth->th_flags = flags;
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c982 if ( (tl->th_flags & TH_LIST_SUSPENDED) ) {
1105 tl->th_flags = TH_LIST_INITED | TH_LIST_SUSPENDED;
1819 if ((tl->th_flags & TH_LIST_SUSPENDED) == TH_LIST_SUSPENDED) {
1820 tl->th_flags &= ~TH_LIST_SUSPENDED;
1823 } else if ((tl->th_flags & TH_LIST_BLOCKED) == TH_LIST_BLOCKED) {
1824 tl->th_flags &= ~TH_LIST_BLOCKED;
1827 tl->th_flags |= TH_LIST_RUNNING | TH_LIST_BUSY;
1841 if ( !(tl->th_flags & TH_LIST_CONSTRAINED)) {
1843 tl->th_flags |= TH_LIST_CONSTRAINED;
1846 if (tl->th_flags
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h64 int th_flags; member in struct:threadlist
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c241 ((tcp6->th_flags & (IPV6_FW_TCPF_RST | IPV6_FW_TCPF_ACK |
245 flg_set = tcp6->th_flags & f->fw_tcpf;
246 flg_clr = tcp6->th_flags & f->fw_tcpnf;
846 if (offset != 0 || (tcp->th_flags & TH_RST))
854 if (ti.th.th_flags & TH_ACK) {
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c2155 flags = th->th_flags;
2180 if (flags != th->th_flags || th->th_x2 != 0) {
2184 th->th_flags = flags;
2270 if ((th->th_flags & TH_SYN) == 0)
2607 pf_print_flags(th->th_flags);
2616 } else if (!got_ts && (th->th_flags & TH_RST) == 0 &&
2618 || pd->p_len > 0 || (th->th_flags & TH_SYN)) &&
2658 pf_print_flags(th->th_flags);
2688 pf_print_flags(th->th_flags);
H A Dpf.c2470 th->th_flags = flags;
4350 (r->flagset & th->th_flags) != r->flags)
4577 !(th->th_flags & TH_RST)) {
4602 if (th->th_flags & TH_SYN)
4604 if (th->th_flags & TH_FIN)
4823 if ((th->th_flags & (TH_SYN|TH_ACK)) ==
4834 if (th->th_flags & TH_SYN) {
4847 if (th->th_flags & TH_FIN)
5006 (th->th_flags & (TH_SYN|TH_ACK)) == TH_SYN &&
5128 dnflow.fwa_id.flags = pd->hdr.tcp->th_flags;
[all...]
H A Dpf_osfp.c127 if ((tcp->th_flags & (TH_SYN|TH_ACK)) != TH_SYN)

Completed in 121 milliseconds