Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c117 struct ip_tcp_mask { struct
123 static const struct ip_tcp_mask ip_tcp_mask argument
950 return sk_memcmp_mask_64B(h1, h2, (const uint8_t *)&ip_tcp_mask) == 0;
970 static_assert(sizeof(struct ip_tcp_mask) == MASK_SIZE); in can_agg_fastpath()