Home
last modified time | relevance | path

Searched refs:c_bound_if (Results 1 – 3 of 3) sorted by relevance

/linux/net/rds/
H A Dconnection.c213 /* If the local address is link local, set c_bound_if to be the in __rds_conn_create()
215 * the socket is not bound to an interface. c_bound_if is used in __rds_conn_create()
219 conn->c_bound_if = dev_if; in __rds_conn_create()
222 conn->c_bound_if = 0; in __rds_conn_create()
H A Drecv.c363 rs = rds_find_bound(daddr, inc->i_hdr.h_dport, conn->c_bound_if); in rds_recv_incoming()
H A Drds.h143 int c_bound_if; /* ifindex of c_laddr */ member