Searched refs:rs_bound_scope_id (Results 1 – 5 of 5) sorted by relevance
132 rs->rs_bound_scope_id = scope_id; in rds_add_bound()234 rs->rs_bound_scope_id && in rds_bind()235 scope_id != rs->rs_bound_scope_id) { in rds_bind()
141 sin6->sin6_scope_id = rs->rs_bound_scope_id; in rds_getname()187 sin6->sin6_scope_id = rs->rs_bound_scope_id; in rds_getname()568 rs->rs_bound_scope_id && in rds_connect()569 sin6->sin6_scope_id != rs->rs_bound_scope_id)) { in rds_connect()577 rs->rs_bound_scope_id = sin6->sin6_scope_id; in rds_connect()
1164 scope_id = rs->rs_bound_scope_id; in rds_sendmsg()1188 if (scope_id != rs->rs_bound_scope_id) { in rds_sendmsg()1190 scope_id = rs->rs_bound_scope_id; in rds_sendmsg()1191 } else if (rs->rs_bound_scope_id) { in rds_sendmsg()
730 sin6->sin6_scope_id = rs->rs_bound_scope_id; in rds_recvmsg()
586 #define rs_bound_scope_id rs_bound_sin6.sin6_scope_id macro