Searched refs:rds_addr_cmp (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | threads.c | 135 rds_addr_cmp(&conn->c_laddr, &conn->c_faddr) >= 0) in rds_queue_reconnect() 171 rds_addr_cmp(&cp->cp_conn->c_laddr, &cp->cp_conn->c_faddr) >= 0) in rds_connect_worker() 267 int rds_addr_cmp(const struct in6_addr *addr1, in rds_addr_cmp() function 309 EXPORT_SYMBOL_GPL(rds_addr_cmp); variable
|
H A D | tcp_connect.c | 69 if (rds_addr_cmp(&cp->cp_conn->c_laddr, in rds_tcp_state_change()
|
H A D | tcp_listen.c | 74 if (rds_addr_cmp(&conn->c_faddr, &conn->c_laddr) >= 0) { in rds_tcp_accept_one_path()
|
H A D | cong.c | 117 diff = rds_addr_cmp(addr, &map->m_addr); in rds_cong_tree_walk()
|
H A D | rds.h | 1004 int rds_addr_cmp(const struct in6_addr *a1, const struct in6_addr *a2);
|
H A D | recv.c | 258 rds_addr_cmp(&conn->c_laddr, &conn->c_faddr) < 0) { in rds_start_mprds()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | threads.c | 135 rds_addr_cmp(&conn->c_laddr, &conn->c_faddr) >= 0) in rds_queue_reconnect() 171 rds_addr_cmp(&cp->cp_conn->c_laddr, &cp->cp_conn->c_faddr) >= 0) in rds_connect_worker() 269 int rds_addr_cmp(const struct in6_addr *addr1, in rds_addr_cmp() function 311 EXPORT_SYMBOL_GPL(rds_addr_cmp); variable
|
H A D | tcp_connect.c | 69 if (rds_addr_cmp(&cp->cp_conn->c_laddr, in rds_tcp_state_change()
|
H A D | tcp_listen.c | 75 if (rds_addr_cmp(&conn->c_faddr, &conn->c_laddr) >= 0) { in rds_tcp_accept_one_path()
|
H A D | cong.c | 117 diff = rds_addr_cmp(addr, &map->m_addr); in rds_cong_tree_walk()
|
H A D | rds.h | 1003 int rds_addr_cmp(const struct in6_addr *a1, const struct in6_addr *a2);
|
H A D | recv.c | 259 rds_addr_cmp(&conn->c_laddr, &conn->c_faddr) < 0) { in rds_start_mprds()
|
Completed in 11 milliseconds