Home
last modified time | relevance | path

Searched refs:rose_route_free_lci (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Drose.h216 struct rose_route *rose_route_free_lci(unsigned int, struct rose_neigh *);
/openbmc/linux/net/rose/
H A Daf_rose.c327 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.c665 struct rose_route *rose_route_free_lci(unsigned int lci, struct rose_neigh *neigh) in rose_route_free_lci() function