Home
last modified time | relevance | path

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

/freebsd-head/sys/netlink/
HDnetlink_generic.c189 int off = nlattr_add_nested(nw, CTRL_ATTR_OPS); in dump_family()
196 int cmd_off = nlattr_add_nested(nw, ++cnt); in dump_family()
207 int off = nlattr_add_nested(nw, CTRL_ATTR_MCAST_GROUPS); in dump_family()
216 int cmd_off = nlattr_add_nested(nw, ++cnt); in dump_family()
HDnetlink_message_writer.h194 nlattr_add_nested(struct nl_writer *nw, uint16_t nla_type) in nlattr_add_nested() function
/freebsd-head/sys/netpfil/pf/
HDpf_nl.c99 int off = nlattr_add_nested(nw, attr); in dump_state_peer()
128 int off = nlattr_add_nested(nw, attr); in dump_state_key()
431 int off = nlattr_add_nested(nw, attrtype); in nlattr_add_addr_wrap()
466 int off = nlattr_add_nested(nw, attrtype); in nlattr_add_rule_addr()
494 int off = nlattr_add_nested(nw, attrtype); in nlattr_add_mape_portset()
555 int off = nlattr_add_nested(nw, attrtype); in nlattr_add_labels()
585 int off = nlattr_add_nested(nw, attrtype); in nlattr_add_pool()
612 int off = nlattr_add_nested(nw, attrtype); in nlattr_add_rule_uid()
672 int off = nlattr_add_nested(nw, attrtype); in nlattr_add_timeout()
1133 int off = nlattr_add_nested(nw, attr); in nlattr_add_counters()
[all …]
HDpflow.c1427 int off = nlattr_add_nested(nw, attr); in nlattr_add_sockaddr()
/freebsd-head/sys/netlink/route/
HDiface.c256 int off = nlattr_add_nested(nw, IFLAF_CAPS); in dump_iface_caps()
351 int off = nlattr_add_nested(nw, IFLA_FREEBSD); in dump_iface()
1007 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()
HDnexthop.c474 int off = nlattr_add_nested(nw, NHA_FREEBSD); in dump_nhop()
HDrt.c191 int off = nlattr_add_nested(nw, NL_RTA_MULTIPATH); in dump_rc_nhg()
/freebsd-head/sys/net/
HDif_clone.c287 int off = nlattr_add_nested(nw, IFLA_LINKINFO); in ifc_dump_ifp_nl_default()
HDif_vlan.c1368 int off = nlattr_add_nested(nw, IFLA_LINKINFO); in vlan_clone_dump_nl()
1371 int off2 = nlattr_add_nested(nw, IFLA_INFO_DATA); in vlan_clone_dump_nl()