Home
last modified time | relevance | path

Searched refs:th_x2 (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp.h99 unsigned int th_x2:4, /* (unused) */ member
104 th_x2:4; /* (unused) */ member
H A Dtcpip.h95 #define ti_x2 ti_t.th_x2
H A Dtcp_syncookie.c291 int ace_flags = ((tpi->th->th_x2 << 8) | tpi->th->th_flags) & TH_ACE; in tcp_syncookie_syn()
H A Dtcp_var.h166 return (uint16_t)((th->th_x2 << 8) | th->th_flags); in tcp_get_flags()
172 th->th_x2 = (flags >> 8) & 0x0f; in tcp_set_flags()
H A Dtcp_subr.c855 tcp_hdr->th_x2 = 0; in tcp_fillheaders()
1074 nth->th_x2 = 0; in tcp_respond()
5441 if (th->th_x2 & (TH_AE >> 8)) { in tcp_get_ace()
H A Dtcp_input.c2718 int ace_flags = ((tpi->th->th_x2 << 8) | tpi->th->th_flags) & TH_ACE; in tcp_setup_server_socket()
4176 const uint32_t ace_flags = ((th->th_x2 << 8) | thflags) & TH_ACE; in tcp_input()
4871 int ace_flags = ((th->th_x2 << 8) | thflags) & TH_ACE; in tcp_input()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c145 .th_x2 = 0xf,
196 .th_x2 = 0xf,
/xnu-12377.61.12/bsd/net/
H A Dpf_norm.c2699 if (flags != th->th_flags || th->th_x2 != 0) { in pf_normalize_tcp()
2706 th->th_x2 = 0; in pf_normalize_tcp()