Home
last modified time | relevance | path

Searched refs:nlh (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c1461 (((uint8_t *)nlh) + NLMSG_ALIGN(nlh->nlmsg_len)); in nl_msg_tail()
1506 struct nlmsghdr *nlh; in mlx5_nl_vlan_vmwa_create() local
1525 nlh = (struct nlmsghdr *)buf; in mlx5_nl_vlan_vmwa_create()
1610 struct nlmsghdr *nlh; in mlx5_nl_generic_family_id_get() local
1622 nlh = (struct nlmsghdr *)buf; in mlx5_nl_generic_family_id_get()
1721 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_get() local
1734 nlh->nlmsg_type = family_id; in mlx5_nl_enable_roce_get()
1775 struct nlmsghdr *nlh; in mlx5_nl_driver_reload() local
1787 nlh->nlmsg_type = family_id; in mlx5_nl_driver_reload()
1827 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_set() local
[all …]
/dpdk/drivers/net/tap/
H A Dtap_netlink.h26 #define NLMSG_TAIL(nlh) (void *)((char *)(nlh) + NLMSG_ALIGN((nlh)->nlmsg_len)) argument