Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhyperv.h1035 static inline bool is_hvsock_offer(const struct vmbus_channel_offer_channel *o) in is_hvsock_offer() function
1042 return is_hvsock_offer(&c->offermsg); in is_hvsock_channel()
/linux-6.15/drivers/hv/
H A Dchannel_mgmt.c1005 if (is_hvsock_offer(offer)) in vmbus_is_valid_offer()