Searched refs:th_x2 (Results 1 – 8 of 8) sorted by relevance
99 unsigned int th_x2:4, /* (unused) */ member104 th_x2:4; /* (unused) */ member
95 #define ti_x2 ti_t.th_x2
291 int ace_flags = ((tpi->th->th_x2 << 8) | tpi->th->th_flags) & TH_ACE; in tcp_syncookie_syn()
166 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()
855 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()
2718 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()
145 .th_x2 = 0xf,196 .th_x2 = 0xf,
2699 if (flags != th->th_flags || th->th_x2 != 0) { in pf_normalize_tcp()2706 th->th_x2 = 0; in pf_normalize_tcp()