Home
last modified time | relevance | path

Searched refs:nlattr_add_nested (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/netlink/
HDnetlink_generic.c128 int off = nlattr_add_nested(nw, CTRL_ATTR_OPS); in dump_family()
135 int cmd_off = nlattr_add_nested(nw, ++cnt); in dump_family()
146 int off = nlattr_add_nested(nw, CTRL_ATTR_MCAST_GROUPS); in dump_family()
154 int cmd_off = nlattr_add_nested(nw, ++cnt); in dump_family()
HDnetlink_message_writer.h236 nlattr_add_nested(struct nl_writer *nw, uint16_t nla_type) in nlattr_add_nested() function
/freebsd-14-stable/sys/netlink/route/
HDiface.c256 int off = nlattr_add_nested(nw, IFLAF_CAPS); in dump_iface_caps()
349 int off = nlattr_add_nested(nw, IFLA_FREEBSD); in dump_iface()
1005 int off = nlattr_add_nested(nw, IFA_FREEBSD); in dump_iface_addr()
HDneigh.c193 int off = nlattr_add_nested(nw, NDA_FREEBSD); in dump_lle_locked()
HDrt.c191 int off = nlattr_add_nested(nw, NL_RTA_MULTIPATH); in dump_rc_nhg()
HDnexthop.c474 int off = nlattr_add_nested(nw, NHA_FREEBSD); in dump_nhop()
/freebsd-14-stable/sys/net/
HDif_clone.c289 int off = nlattr_add_nested(nw, IFLA_LINKINFO); in ifc_dump_ifp_nl_default()
HDif_vlan.c1367 int off = nlattr_add_nested(nw, IFLA_LINKINFO); in vlan_clone_dump_nl()
1370 int off2 = nlattr_add_nested(nw, IFLA_INFO_DATA); in vlan_clone_dump_nl()