Searched refs:afonly (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/infiniband/core/
H A Dcma.c1708 if (cma_any_addr(addr) && !id_priv->afonly)
2660 id->afonly = id_priv->afonly;
2719 dev_id_priv->afonly = id_priv->afonly;
3594 int rdma_set_afonly(struct rdma_cm_id *id, int afonly) argument
3604 id_priv->afonly = afonly;
3781 if (id_priv->afonly && cur_id->afonly
[all...]
H A Dcma_priv.h99 u8 afonly; member in struct:rdma_id_private
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_cm.c1326 struct sockaddr *raddr, bool afonly)
1337 if (afonly) {
1403 rv = kernel_bindconnect(s, laddr, raddr, id->afonly);
1790 if (id->afonly) {
1325 kernel_bindconnect(struct socket *s, struct sockaddr *laddr, struct sockaddr *raddr, bool afonly) argument
/linux-master/include/rdma/
H A Diw_cm.h73 bool afonly:1; member in struct:iw_cm_id
H A Drdma_cm.h338 * @afonly: Value indicating if listens are restricted.
342 int rdma_set_afonly(struct rdma_cm_id *id, int afonly);

Completed in 371 milliseconds