Searched refs:nlh (Results 1 – 2 of 2) sorted by relevance
1461 (((uint8_t *)nlh) + NLMSG_ALIGN(nlh->nlmsg_len)); in nl_msg_tail()1506 struct nlmsghdr *nlh; in mlx5_nl_vlan_vmwa_create() local1525 nlh = (struct nlmsghdr *)buf; in mlx5_nl_vlan_vmwa_create()1610 struct nlmsghdr *nlh; in mlx5_nl_generic_family_id_get() local1622 nlh = (struct nlmsghdr *)buf; in mlx5_nl_generic_family_id_get()1721 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_get() local1734 nlh->nlmsg_type = family_id; in mlx5_nl_enable_roce_get()1775 struct nlmsghdr *nlh; in mlx5_nl_driver_reload() local1787 nlh->nlmsg_type = family_id; in mlx5_nl_driver_reload()1827 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