Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c115 #define MASK_SIZE 80 /* size of struct {ip,ip6}_tcp_mask */ macro
969 _CASSERT(sizeof(struct ip6_tcp_mask) == MASK_SIZE); in can_agg_fastpath()
970 _CASSERT(sizeof(struct ip_tcp_mask) == MASK_SIZE); in can_agg_fastpath()
972 if (__improbable(pkt->pkt_length < MASK_SIZE)) { in can_agg_fastpath()
2459 ((m_mtod_current(smbuf) - (caddr_t)(smbuf->m_pkthdr.pkt_hdr)) + MASK_SIZE))) { in flow_rx_agg_host()