Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c1320 (((uint8_t *)nlh) + NLMSG_ALIGN(nlh->nlmsg_len)); in nl_msg_tail()
1365 struct nlmsghdr *nlh; in mlx5_nl_vlan_vmwa_create() local
1384 nlh = (struct nlmsghdr *)buf; in mlx5_nl_vlan_vmwa_create()
1469 struct nlmsghdr *nlh; in mlx5_nl_generic_family_id_get() local
1481 nlh = (struct nlmsghdr *)buf; in mlx5_nl_generic_family_id_get()
1580 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_get() local
1593 nlh->nlmsg_type = family_id; in mlx5_nl_enable_roce_get()
1634 struct nlmsghdr *nlh; in mlx5_nl_driver_reload() local
1646 nlh->nlmsg_type = family_id; in mlx5_nl_driver_reload()
1686 struct nlmsghdr *nlh; in mlx5_nl_enable_roce_set() local
[all …]
/f-stack/dpdk/drivers/net/tap/
H A Dtap_netlink.h26 #define NLMSG_TAIL(nlh) (void *)((char *)(nlh) + NLMSG_ALIGN((nlh)->nlmsg_len)) argument