Home
last modified time | relevance | path

Searched refs:rs_bound_scope_id (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/rds/
Dbind.c132 rs->rs_bound_scope_id = scope_id; in rds_add_bound()
236 rs->rs_bound_scope_id && in rds_bind()
237 scope_id != rs->rs_bound_scope_id) { in rds_bind()
Daf_rds.c141 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()
606 rs->rs_bound_scope_id && in rds_connect()
607 sin6->sin6_scope_id != rs->rs_bound_scope_id)) { in rds_connect()
615 rs->rs_bound_scope_id = sin6->sin6_scope_id; in rds_connect()
Dsend.c1206 scope_id = rs->rs_bound_scope_id; in rds_sendmsg()
1230 if (scope_id != rs->rs_bound_scope_id) { in rds_sendmsg()
1232 scope_id = rs->rs_bound_scope_id; in rds_sendmsg()
1233 } else if (rs->rs_bound_scope_id) { in rds_sendmsg()
Drds.h601 #define rs_bound_scope_id rs_bound_sin6.sin6_scope_id macro
Drecv.c737 sin6->sin6_scope_id = rs->rs_bound_scope_id; in rds_recvmsg()