Home
last modified time | relevance | path

Searched refs:rose_find_socket (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/rose/
H A Drose_loopback.c91 sk = rose_find_socket(lci_o, rose_loopback_neigh); in rose_loopback_timer()
H A Daf_rose.c301 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket() function
327 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()
H A Drose_route.c921 if ((sk = rose_find_socket(lci, rose_neigh)) != NULL) { in rose_route_frame()
/openbmc/linux/include/net/
H A Drose.h170 struct sock *rose_find_socket(unsigned int, struct rose_neigh *);