Searched defs:npaths (Results 1 – 4 of 4) sorted by relevance
/linux/net/rds/ | ||
H A D | connection.c | 173 int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); __rds_conn_create() local |
H A D | tcp_listen.c | 70 int npaths = max_t(int, 1, conn->c_npaths); in rds_tcp_accept_one_path() local |
H A D | send.c | 1457 __be16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe() local |
/linux/net/ipv4/ | ||
H A D | nexthop.c | 1216 static bool valid_group_nh(struct nexthop *nh, unsigned int npaths, in valid_group_nh() argument |