Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c64 struct flow_agg { struct
101 _CASSERT(sizeof(struct flow_agg) == 48); \
102 _CASSERT(offsetof(struct flow_agg, fa_fix_pkt_sum) == 40); \
108 _CASSERT(sizeof(struct flow_agg) == 40); \
109 _CASSERT(offsetof(struct flow_agg, fa_fix_pkt_sum) == 32); \
860 flow_agg_init_common(struct nx_flowswitch *fsw, struct flow_agg *fa, in flow_agg_init_common()
898 flow_agg_init_smbuf(struct nx_flowswitch *fsw, struct flow_agg *fa, in flow_agg_init_smbuf()
917 flow_agg_init_spkt(struct nx_flowswitch *fsw, struct flow_agg *fa, in flow_agg_init_spkt()
962 can_agg_fastpath(struct flow_agg *fa, struct __kern_packet *pkt, in can_agg_fastpath()
1030 can_agg_slowpath(struct flow_agg *fa, struct __kern_packet *pkt, in can_agg_slowpath()
[all …]
/xnu-11215.1.10/bsd/conf/
H A DMakefile.template222 flow_agg.o_CWARNFLAGS_ADD += -Wno-implicit-int-conversion
H A Dfiles585 bsd/skywalk/nexus/flowswitch/flow/flow_agg.c optional config_nexus_flowswitch bound-checks