Searched refs:mctp_lookup_bind_details (Results 1 – 1 of 1) sorted by relevance
/linux/net/mctp/ |
H A D | route.c | 43 static struct mctp_sock *mctp_lookup_bind_details(struct net *net, in mctp_lookup_bind_details() function 105 msk = mctp_lookup_bind_details(net, skb, type, mh->dest, mh->src, in mctp_lookup_bind() 109 msk = mctp_lookup_bind_details(net, skb, type, MCTP_ADDR_ANY, mh->src, in mctp_lookup_bind() 113 msk = mctp_lookup_bind_details(net, skb, type, mh->dest, MCTP_ADDR_ANY, in mctp_lookup_bind() 117 msk = mctp_lookup_bind_details(net, skb, type, MCTP_ADDR_ANY, in mctp_lookup_bind() 121 msk = mctp_lookup_bind_details(net, skb, type, MCTP_ADDR_ANY, in mctp_lookup_bind()
|