Searched refs:nlh (Results 1 – 2 of 2) sorted by relevance
1320 (((uint8_t *)nlh) + NLMSG_ALIGN(nlh->nlmsg_len)); in nl_msg_tail()1365 struct nlmsghdr *nlh; in mlx5_nl_vlan_vmwa_create() local1384 nlh = (struct nlmsghdr *)buf; in mlx5_nl_vlan_vmwa_create()1469 struct nlmsghdr *nlh; in mlx5_nl_generic_family_id_get() local1481 nlh = (struct nlmsghdr *)buf; in mlx5_nl_generic_family_id_get()1580 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_get() local1593 nlh->nlmsg_type = family_id; in mlx5_nl_enable_roce_get()1634 struct nlmsghdr *nlh; in mlx5_nl_driver_reload() local1646 nlh->nlmsg_type = family_id; in mlx5_nl_driver_reload()1686 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_set() local[all …]
26 #define NLMSG_TAIL(nlh) (void *)((char *)(nlh) + NLMSG_ALIGN((nlh)->nlmsg_len)) argument