Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/net/
Dx25.h199 struct sock *x25_find_socket(unsigned int, struct x25_neigh *);