Home
last modified time | relevance | path

Searched refs:x25_find_socket (Results 1 – 2 of 2) sorted by relevance

/net/x25/
Dx25_dev.c50 if ((sk = x25_find_socket(lci, nb)) != NULL) { in x25_receive_data()
Daf_x25.c332 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket() function
350 while ((sk = x25_find_socket(lci, nb)) != NULL) { in x25_new_lci()