Searched refs:rose_find_socket (Results 1 – 4 of 4) sorted by relevance
94 sk = rose_find_socket(lci_o, rose_loopback_neigh); in rose_loopback_timer()
279 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket() function306 if (rose_find_socket(lci, neigh) == NULL && rose_route_free_lci(lci, neigh) == NULL) in rose_new_lci()310 if (rose_find_socket(lci, neigh) == NULL && rose_route_free_lci(lci, neigh) == NULL) in rose_new_lci()
918 if ((sk = rose_find_socket(lci, rose_neigh)) != NULL) { in rose_route_frame()
166 extern struct sock *rose_find_socket(unsigned int, struct rose_neigh *);