Home
last modified time | relevance | path

Searched refs:is_hvsock_offer (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dhyperv.h1071 static inline bool is_hvsock_offer(const struct vmbus_channel_offer_channel *o) in is_hvsock_offer() function
1078 return is_hvsock_offer(&c->offermsg); in is_hvsock_channel()
/linux-6.1.9/drivers/hv/
Dchannel_mgmt.c992 if (is_hvsock_offer(offer)) in vmbus_is_valid_offer()