Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h357 uint16_t l4_hash_port; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c2257 fd->fd_local_port == l4info->l4_hash_port); in flow_transport_lport_match()
2269 fd->fd_remote_port == l4info->l4_hash_port); in flow_transport_rport_match()
2292 l4info->l4_hash_port = dst_or_src ? l4info->l4_dst_port : in flow_transport_hash()
2295 return ((l4info->l4_hash_port ^ (proto << 4)) % ft->ft_size); in flow_transport_hash()