Home
last modified time | relevance | path

Searched refs:CTDB_REQ_CALL (Results 1 – 17 of 17) sorted by relevance

/dports/net/samba412/samba-4.12.15/ctdb/utils/pmda/
H A Dhelp52 @ ctdb.node.req_call number of node CTDB_REQ_CALL packets handled
68 @ ctdb.client.req_call number of client CTDB_REQ_CALL packets handled
94 @ ctdb.max_hop_count maximum hops performed by a CTDB_REQ_CALL packet
/dports/net/samba412/samba-4.12.15/ctdb/client/
H A Dclient_call.c91 ctdb_req_header_fill(&h, 0, CTDB_REQ_CALL, CTDB_CURRENT_NODE, in ctdb_client_call_send()
/dports/net/samba412/samba-4.12.15/ctdb/server/
H A Dctdb_server.c203 case CTDB_REQ_CALL: in ctdb_input_pkt()
238 case CTDB_REQ_CALL: in ctdb_input_pkt()
H A Dctdbd.c62 if (hdr->operation != CTDB_REQ_CALL || in ctdb_recv_pkt()
H A Dctdb_client.c466 c = ctdbd_allocate_pkt(ctdb, state, CTDB_REQ_CALL, len, struct ctdb_req_call_old); in ctdb_call_send()
H A Dctdb_daemon.c971 case CTDB_REQ_CALL: in daemon_incoming_packet()
H A Dctdb_call.c1489 CTDB_REQ_CALL, in ctdb_daemon_call_send_remote()
/dports/net/samba412/samba-4.12.15/ctdb/protocol/
H A Dprotocol_debug.c76 { CTDB_REQ_CALL, "REQ_CALL" }, in ctdb_operation_print()
695 case CTDB_REQ_CALL: in ctdb_packet_print()
H A Dprotocol.h29 CTDB_REQ_CALL = 0, enumerator
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ctdb.c84 #define CTDB_REQ_CALL 0 macro
94 {CTDB_REQ_CALL, "REQ_CALL"},
1215 case CTDB_REQ_CALL: in dissect_ctdb()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ctdb.c84 #define CTDB_REQ_CALL 0 macro
94 {CTDB_REQ_CALL, "REQ_CALL"},
1215 case CTDB_REQ_CALL: in dissect_ctdb()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ctdb.c84 #define CTDB_REQ_CALL 0 macro
94 {CTDB_REQ_CALL, "REQ_CALL"},
1215 case CTDB_REQ_CALL: in dissect_ctdb()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ctdb.c84 #define CTDB_REQ_CALL 0 macro
94 {CTDB_REQ_CALL, "REQ_CALL"},
1215 case CTDB_REQ_CALL: in dissect_ctdb()
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dctdbd_conn.c904 req.hdr.operation = CTDB_REQ_CALL;
982 req.hdr.operation = CTDB_REQ_CALL;
1877 state->ctdb_req.hdr.operation = CTDB_REQ_CALL;
/dports/net/samba412/samba-4.12.15/ctdb/tests/src/
H A Dprotocol_ctdb_test.c278 PROTOCOL_CTDB4_TEST(struct ctdb_req_call, ctdb_req_call, CTDB_REQ_CALL);
H A Dprotocol_ctdb_compat_test.c1198 COMPAT_CTDB4_TEST(struct ctdb_req_call, ctdb_req_call, CTDB_REQ_CALL);
H A Dfake_ctdbd.c3832 case CTDB_REQ_CALL: in client_process_packet()