Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c569 if (flent->fe_match(ft, flent, &s)) { in mac_flow_lookup()
1774 flent->fe_match = flow_l2_match; in flow_l2_accept_fe()
2002 flent->fe_match = flow_ip_proto_match; in flow_ip_proto_accept_fe()
2025 flent->fe_match = flow_ip_dsfield_match; in flow_ip_accept_fe()
2063 flent->fe_match = flow_ip_v4_match; in flow_ip_accept_fe()
2068 flent->fe_match = flow_ip_v6_match; in flow_ip_accept_fe()
2395 flent->fe_match = flow_transport_lport_match; in flow_transport_accept_fe()
2401 flent->fe_match = flow_transport_rport_match; in flow_transport_accept_fe()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h313 flow_match_fn_t fe_match; member
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c291 match_addr = addr + OFFSETOF(flow_entry_t, fe_match); in mac_flow_dcmd_output()