Lines Matching defs:nlh
70 static int enable_l2_bearer(struct nlmsghdr *nlh, struct opt *opts, in enable_l2_bearer()
86 static int get_netid_cb(const struct nlmsghdr *nlh, void *data) in get_netid_cb()
108 struct nlmsghdr *nlh; in generate_multicast() local
126 static int enable_udp_bearer(struct nlmsghdr *nlh, struct opt *opts, in enable_udp_bearer()
224 static int cmd_bearer_enable(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_bearer_enable()
301 static int add_l2_bearer(struct nlmsghdr *nlh, struct opt *opts) in add_l2_bearer()
317 static int add_udp_bearer(struct nlmsghdr *nlh, struct opt *opts) in add_udp_bearer()
352 static int cmd_bearer_disable(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_bearer_disable()
436 static int cmd_bearer_set_prop(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_bearer_set_prop()
516 static int cmd_bearer_set(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_bearer_set()
552 static int bearer_get_cb(const struct nlmsghdr *nlh, void *data) in bearer_get_cb()
577 static int cmd_bearer_get_prop(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_bearer_get_prop()
645 static int cmd_bearer_get(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_bearer_get()
658 static int bearer_list_cb(const struct nlmsghdr *nlh, void *data) in bearer_list_cb()
681 static int cmd_bearer_list(struct nlmsghdr *nlh, const struct cmd *cmd, in cmd_bearer_list()
712 int cmd_bearer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, in cmd_bearer()