Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_flow.c2252 flow_l4info_t *l4info = &s->fs_l4info; in flow_transport_lport_match() local
2256 fd->fd_local_port == l4info->l4_hash_port); in flow_transport_lport_match()
2264 flow_l4info_t *l4info = &s->fs_l4info; in flow_transport_rport_match() local
2268 fd->fd_remote_port == l4info->l4_hash_port); in flow_transport_rport_match()
2281 flow_l4info_t *l4info = &s->fs_l4info; in flow_transport_hash() local
2291 l4info->l4_hash_port = dst_or_src ? l4info->l4_dst_port : in flow_transport_hash()
2292 l4info->l4_src_port; in flow_transport_hash()
2294 return ((l4info->l4_hash_port ^ (proto << 4)) % ft->ft_size); in flow_transport_hash()
2309 flow_l4info_t *l4info = &s->fs_l4info; in flow_transport_accept() local
2320 l4info->l4_start = l4_start; in flow_transport_accept()
[all …]