Lines Matching refs:proto
67 static bool vmci_transport_proto_to_notify_struct(struct sock *sk, u16 *proto,
142 u16 proto, in vmci_transport_packet_init() argument
157 memset(&pkt->proto, 0, sizeof(pkt->proto)); in vmci_transport_packet_init()
193 pkt->proto = proto; in vmci_transport_packet_init()
215 u16 proto, in __vmci_transport_send_control_pkt() argument
222 proto, handle); in __vmci_transport_send_control_pkt()
281 u16 proto, in vmci_transport_send_control_pkt() argument
302 mode, wait, proto, handle, in vmci_transport_send_control_pkt()
1044 int proto_int = pkt->proto; in vmci_transport_recv_listen()
1409 version = pkt->proto; in vmci_transport_recv_connecting_client_negotiate()
2015 u16 *proto, in vmci_transport_proto_to_notify_struct() argument
2021 if (*proto != VSOCK_PROTO_INVALID) { in vmci_transport_proto_to_notify_struct()
2029 switch (*proto) { in vmci_transport_proto_to_notify_struct()