Searched refs:nr_find_peer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/netrom/ |
H A D | af_netrom.c | 187 static struct sock *nr_find_peer(unsigned char index, unsigned char id, in nr_find_peer() function 921 sk = nr_find_peer(peer_circuit_index, peer_circuit_id, src); in nr_rx_frame() 924 sk = nr_find_peer(circuit_index, circuit_id, src); in nr_rx_frame()
|
/kernel/linux/linux-6.6/net/netrom/ |
H A D | af_netrom.c | 187 static struct sock *nr_find_peer(unsigned char index, unsigned char id, in nr_find_peer() function 921 sk = nr_find_peer(peer_circuit_index, peer_circuit_id, src); in nr_rx_frame() 924 sk = nr_find_peer(circuit_index, circuit_id, src); in nr_rx_frame()
|
Completed in 4 milliseconds