Searched refs:rose_find_socket (Results 1 – 4 of 4) sorted by relevance
91 sk = rose_find_socket(lci_o, rose_loopback_neigh); in rose_loopback_timer()
301 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket() function327 if (rose_find_socket(lci, neigh) == NULL && rose_route_free_lci(lci, neigh) == NULL) in rose_new_lci()331 if (rose_find_socket(lci, neigh) == NULL && rose_route_free_lci(lci, neigh) == NULL) in rose_new_lci()
921 if ((sk = rose_find_socket(lci, rose_neigh)) != NULL) { in rose_route_frame()
170 struct sock *rose_find_socket(unsigned int, struct rose_neigh *);