Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1033 uint8_t *sl3_hdr = fa->fa_sptr; in can_agg_slowpath() local
1040 uint8_t *, sl3_hdr); in can_agg_slowpath()
1042 ASSERT(sl3_hdr != NULL); in can_agg_slowpath()
1050 struct ip *siph = (struct ip *)(void *)sl3_hdr; in can_agg_slowpath()
1101 struct ip6_hdr *sip6 = (struct ip6_hdr *)(void *)sl3_hdr; in can_agg_slowpath()
1147 struct tcphdr *stcp = (struct tcphdr *)(void *)(sl3_hdr + sl3hlen); in can_agg_slowpath()
1331 uint8_t *sl3_hdr = fa->fa_sptr; in flow_agg_merge_hdr() local
1332 ASSERT(sl3_hdr != NULL); in flow_agg_merge_hdr()
1347 struct ip *siph = (struct ip *)(void *)sl3_hdr; in flow_agg_merge_hdr()
1363 struct ip6_hdr *sip6 = (struct ip6_hdr *)(void *)sl3_hdr; in flow_agg_merge_hdr()