Lines Matching defs:nlh
26 static int link_list_cb(const struct nlmsghdr *nlh, void *data) in link_list_cb()
50 static int cmd_link_list(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_list()
68 static int link_get_cb(const struct nlmsghdr *nlh, void *data) in link_get_cb()
94 static int cmd_link_get_prop(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_get_prop()
146 static int cmd_link_get(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_get()
164 static int cmd_link_stat_reset(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_stat_reset()
317 static int link_stat_show_cb(const struct nlmsghdr *nlh, void *data) in link_stat_show_cb()
361 static int cmd_link_stat_show(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_stat_show()
400 static int cmd_link_stat(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_stat()
422 static int cmd_link_set_prop(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_set_prop()
482 static int cmd_link_set(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_link_set()
508 int cmd_link(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, in cmd_link()