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()
276 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket() function302 if (rose_find_socket(lci, neigh) == NULL && rose_route_free_lci(lci, neigh) == NULL) in rose_new_lci()306 if (rose_find_socket(lci, neigh) == NULL && rose_route_free_lci(lci, neigh) == NULL) in rose_new_lci()
914 if ((sk = rose_find_socket(lci, rose_neigh)) != NULL) { in rose_route_frame()
168 struct sock *rose_find_socket(unsigned int, struct rose_neigh *);