Searched defs:nlh (Results 1 – 2 of 2) sorted by relevance
1317 nl_msg_tail(struct nlmsghdr *nlh) in nl_msg_tail()1324 nl_attr_put(struct nlmsghdr *nlh, int type, const void *data, int alen) in nl_attr_put()1337 nl_attr_nest_start(struct nlmsghdr *nlh, int type) in nl_attr_nest_start()1346 nl_attr_nest_end(struct nlmsghdr *nlh, struct nlattr *nest) in nl_attr_nest_end()1365 struct nlmsghdr *nlh; in mlx5_nl_vlan_vmwa_create() local1469 struct nlmsghdr *nlh; in mlx5_nl_generic_family_id_get() local1580 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_get() local1634 struct nlmsghdr *nlh; in mlx5_nl_driver_reload() local1686 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_set() local
26 #define NLMSG_TAIL(nlh) (void *)((char *)(nlh) + NLMSG_ALIGN((nlh)->nlmsg_len)) argument