Lines Matching refs:addr
56 static inline void __rds_create_bind_key(u8 *key, const struct in6_addr *addr,
59 memcpy(key, addr, sizeof(*addr));
60 key += sizeof(*addr);
72 struct rds_sock *rds_find_bound(const struct in6_addr *addr, __be16 port,
78 __rds_create_bind_key(key, addr, port, scope_id);
87 rdsdebug("returning rs %p for %pI6c:%u\n", rs, addr,
94 static int rds_add_bound(struct rds_sock *rs, const struct in6_addr *addr,
117 __rds_create_bind_key(key, addr, cpu_to_be16(rover),
123 rs->rs_bound_addr = *addr;
135 rs, addr, (int)ntohs(*port));