Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c50 struct flow_agg { struct
83 _CASSERT(sizeof(struct flow_agg) == 32); \
811 flow_agg_init_common(struct flow_agg *fa, struct __kern_packet *pkt) in flow_agg_init_common()
837 flow_agg_init_smbuf(struct flow_agg *fa, struct mbuf *smbuf, in flow_agg_init_smbuf()
856 flow_agg_init_spkt(struct flow_agg *fa, struct __kern_packet *spkt, in flow_agg_init_spkt()
892 can_agg_fastpath(struct flow_agg *fa, struct __kern_packet *pkt, in can_agg_fastpath()
951 can_agg_slowpath(struct flow_agg *fa, struct __kern_packet *pkt, in can_agg_slowpath()
1140 flow_agg_is_ok(struct flow_agg *fa, struct __kern_packet *pkt, in flow_agg_is_ok()
1147 DTRACE_SKYWALK2(aggr__check, struct flow_agg *, fa, in flow_agg_is_ok()
1200 flow_agg_merge_hdr(struct flow_agg *fa, struct __kern_packet *pkt, in flow_agg_merge_hdr()
[all …]
/xnu-8019.80.24/bsd/conf/
H A DMakefile.template209 flow_agg.o_CWARNFLAGS_ADD += -Wno-implicit-int-conversion
H A Dfiles609 bsd/skywalk/nexus/flowswitch/flow/flow_agg.c optional config_nexus_flowswitch