]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - rdma/rdma.h
Merge branch 'iproute2-master' into next
[mirror_iproute2.git] / rdma / rdma.h
index 1022e9a29291d49896ebf9d103e9c0345792e23b..9ed9e045044583442141a8e7242c1028b83323ae 100644 (file)
@@ -68,7 +68,10 @@ struct rd {
        json_writer_t *jw;
        bool json_output;
        bool pretty_output;
+       bool suppress_errors;
        struct list_head filter_list;
+       char *link_name;
+       char *link_type;
 };
 
 struct rd_cmd {
@@ -119,6 +122,7 @@ bool rd_is_string_filtered_attr(struct rd *rd, const char *key, const char *val,
  */
 int rd_send_msg(struct rd *rd);
 int rd_recv_msg(struct rd *rd, mnl_cb_t callback, void *data, uint32_t seq);
+int rd_sendrecv_msg(struct rd *rd, unsigned int seq);
 void rd_prepare_msg(struct rd *rd, uint32_t cmd, uint32_t *seq, uint16_t flags);
 int rd_dev_init_cb(const struct nlmsghdr *nlh, void *data);
 int rd_attr_cb(const struct nlattr *attr, void *data);