Searched refs:rose_find_socket (Results 1 – 3 of 3) sorted by relevance
91 sk = rose_find_socket(lci_o, rose_loopback_neigh); in rose_loopback_timer()
300 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket() function326 if (rose_find_socket(lci, neigh) == NULL && rose_route_free_lci(lci, neigh) == NULL) in rose_new_lci()330 if (rose_find_socket(lci, neigh) == NULL && rose_route_free_lci(lci, neigh) == NULL) in rose_new_lci()
917 if ((sk = rose_find_socket(lci, rose_neigh)) != NULL) { in rose_route_frame()