MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nl_msg_tail

Function nl_msg_tail

dpdk/drivers/common/mlx5/linux/mlx5_nl.c:1457–1462  ·  view source on GitHub ↗

Set of subroutines to build Netlink message. */

Source from the content-addressed store, hash-verified

1455
1456/* Set of subroutines to build Netlink message. */
1457static struct nlattr *
1458nl_msg_tail(struct nlmsghdr *nlh)
1459{
1460 return (struct nlattr *)
1461 (((uint8_t *)nlh) + NLMSG_ALIGN(nlh->nlmsg_len));
1462}
1463
1464static void
1465nl_attr_put(struct nlmsghdr *nlh, int type, const void *data, int alen)

Callers 9

nl_attr_putFunction · 0.85
nl_attr_nest_startFunction · 0.85
nl_attr_nest_endFunction · 0.85
mlx5_nl_vlan_vmwa_createFunction · 0.85
mlx5_nl_enable_roce_getFunction · 0.85
mlx5_nl_driver_reloadFunction · 0.85
mlx5_nl_enable_roce_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected