Home
last modified time | relevance | path

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

/linux/net/x25/
H A Dx25_dev.c50 if ((sk = x25_find_socket(lci, nb)) != NULL) { in x25_receive_data()
H A Daf_x25.c322 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket() function
340 while ((sk = x25_find_socket(lci, nb)) != NULL) { in x25_new_lci()
/linux/include/net/
H A Dx25.h196 struct sock *x25_find_socket(unsigned int, struct x25_neigh *);