Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1020 struct ip *siph = (struct ip *)(void *)sl3_hdr; in can_agg_slowpath() local
1023 ASSERT(siph->ip_v == IPVERSION); in can_agg_slowpath()
1025 ASSERT(IS_P2ALIGNED(siph, sizeof(uint16_t))); in can_agg_slowpath()
1028 sl3hlen = (siph->ip_hl << 2); in can_agg_slowpath()
1036 if (siph->ip_ttl != iph->ip_ttl) { in can_agg_slowpath()
1038 DTRACE_SKYWALK2(aggr__fail3, uint8_t, siph->ip_ttl, in can_agg_slowpath()
1043 if (siph->ip_tos != iph->ip_tos) { in can_agg_slowpath()
1045 DTRACE_SKYWALK2(aggr__fail4, uint8_t, siph->ip_tos, in can_agg_slowpath()
1050 if ((ntohs(siph->ip_off) & (IP_DF | IP_RF)) != in can_agg_slowpath()
1054 ntohs(siph->ip_off), uint16_t, ntohs(iph->ip_off)); in can_agg_slowpath()
[all …]