Searched refs:rds_cong_test_bit (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/rds/
H A Dcong.c327 static int rds_cong_test_bit(struct rds_cong_map *map, __be16 port) function
362 if (map && rds_cong_test_bit(map, rs->rs_bound_port)) {
371 if (!rds_cong_test_bit(map, port))
385 if (!rds_cong_test_bit(map, port))
396 !rds_cong_test_bit(map, port));

Completed in 130 milliseconds