Home
last modified time | relevance | path

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

/linux-6.12.1/net/x25/
Dx25_dev.c50 if ((sk = x25_find_socket(lci, nb)) != NULL) { in x25_receive_data()
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-6.12.1/include/net/
Dx25.h196 struct sock *x25_find_socket(unsigned int, struct x25_neigh *);