Searched refs:l4info (Results 1 – 1 of 1) sorted by relevance
2252 flow_l4info_t *l4info = &s->fs_l4info; in flow_transport_lport_match() local2256 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() local2268 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() local2291 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() local2320 l4info->l4_start = l4_start; in flow_transport_accept()[all …]