Searched refs:nlattr_add_nested (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/netlink/ |
| HD | netlink_generic.c | 128 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()
|
| HD | netlink_message_writer.h | 236 nlattr_add_nested(struct nl_writer *nw, uint16_t nla_type) in nlattr_add_nested() function
|
| /freebsd-14-stable/sys/netlink/route/ |
| HD | iface.c | 256 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()
|
| HD | neigh.c | 193 int off = nlattr_add_nested(nw, NDA_FREEBSD); in dump_lle_locked()
|
| HD | rt.c | 191 int off = nlattr_add_nested(nw, NL_RTA_MULTIPATH); in dump_rc_nhg()
|
| HD | nexthop.c | 474 int off = nlattr_add_nested(nw, NHA_FREEBSD); in dump_nhop()
|
| /freebsd-14-stable/sys/net/ |
| HD | if_clone.c | 289 int off = nlattr_add_nested(nw, IFLA_LINKINFO); in ifc_dump_ifp_nl_default()
|
| HD | if_vlan.c | 1367 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()
|