Lines Matching refs:scope_id
57 __be16 port, __u32 scope_id)
63 memcpy(key, &scope_id, sizeof(scope_id));
73 __u32 scope_id)
78 __rds_create_bind_key(key, addr, port, scope_id);
95 __be16 *port, __u32 scope_id)
118 scope_id);
132 rs->rs_bound_scope_id = scope_id;
169 __u32 scope_id = 0;
216 scope_id = sin6->sin6_scope_id;
233 * non-link local address (scope_id is 0).
235 if (!ipv6_addr_any(&rs->rs_conn_addr) && scope_id &&
237 scope_id != rs->rs_bound_scope_id) {
249 binding_addr, scope_id) != 0) {
255 binding_addr, scope_id);
266 ret = rds_add_bound(rs, binding_addr, &port, scope_id);