Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/phonet/
Dphonet.h49 struct sock *pn_find_sock_by_res(struct net *net, u8 res);
/linux-6.12.1/net/phonet/
Daf_phonet.c252 struct sock *sk = pn_find_sock_by_res(net, res); in pn_skb_send()
394 struct sock *sk = pn_find_sock_by_res(net, sa.spn_resource); in phonet_rcv()
Dsocket.c611 struct sock *pn_find_sock_by_res(struct net *net, u8 res) in pn_find_sock_by_res() function