Symbol: flow_state_t
usr/src/uts/common/io/mac/mac_flow.c
1626
flow_l2_match(flow_tab_t *ft, flow_entry_t *flent, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1641
flow_l2_hash(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1653
flow_l2_accept(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1698
flow_ether_hash(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1719
flow_ether_accept(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1828
flow_ip_dsfield_match(flow_tab_t *ft, flow_entry_t *flent, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1859
flow_ip_v4_match(flow_tab_t *ft, flow_entry_t *flent, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1877
flow_ip_v6_match(flow_tab_t *ft, flow_entry_t *flent, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1894
flow_ip_proto_match(flow_tab_t *ft, flow_entry_t *flent, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1903
flow_ip_hash(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1926
flow_ip_proto_hash(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
1935
flow_ip_accept(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
2249
flow_transport_lport_match(flow_tab_t *ft, flow_entry_t *flent, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
2261
flow_transport_rport_match(flow_tab_t *ft, flow_entry_t *flent, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
2278
flow_transport_hash(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
2306
flow_transport_accept(flow_tab_t *ft, flow_state_t *s)
usr/src/uts/common/io/mac/mac_flow.c
520
flow_state_t s;
usr/src/uts/common/io/mac/mac_flow.c
558
flow_state_t *, &s);
usr/src/uts/common/io/mac/mac_flow.c
972
static uint32_t flow_l2_hash(flow_tab_t *, flow_state_t *);
usr/src/uts/common/io/mac/mac_flow.c
974
static int flow_l2_accept(flow_tab_t *, flow_state_t *);
usr/src/uts/common/io/mac/mac_flow.c
975
static uint32_t flow_ether_hash(flow_tab_t *, flow_state_t *);
usr/src/uts/common/io/mac/mac_flow.c
977
static int flow_ether_accept(flow_tab_t *, flow_state_t *);
usr/src/uts/common/sys/mac_flow_impl.h
185
flow_state_t *);
usr/src/uts/common/sys/mac_flow_impl.h
437
uint32_t (*fo_hash)(flow_tab_t *, flow_state_t *);
usr/src/uts/common/sys/mac_flow_impl.h
447
flow_state_t *);