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

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

Completed in 47 milliseconds