Home
last modified time | relevance | path

Searched refs:snl_end_attr_nested (Results 1 – 11 of 11) sorted by relevance

/freebsd/sbin/ifconfig/
H A Difgeneve.c435 snl_end_attr_nested(&nw, off2); in geneve_create_nl()
436 snl_end_attr_nested(&nw, off); in geneve_create_nl()
458 snl_end_attr_nested(&nw, off2); in setgeneve_vni_nl()
459 snl_end_attr_nested(&nw, off); in setgeneve_vni_nl()
489 snl_end_attr_nested(&nw, off2); in setgeneve_local_nl()
490 snl_end_attr_nested(&nw, off); in setgeneve_local_nl()
520 snl_end_attr_nested(&nw, off2); in setgeneve_remote_nl()
521 snl_end_attr_nested(&nw, off); in setgeneve_remote_nl()
551 snl_end_attr_nested(&nw, off2); in setgeneve_group_nl()
552 snl_end_attr_nested(&nw, off); in setgeneve_group_nl()
[all …]
H A Daf_inet.c427 snl_end_attr_nested(&nw, off); in in_exec_nl()
H A Daf_inet6.c496 snl_end_attr_nested(&nw, off); in in6_exec_nl()
/freebsd/tests/sys/netlink/
H A Dtest_rtnl_gre.c121 snl_end_attr_nested(&nw, off2); in ATF_TC_BODY()
122 snl_end_attr_nested(&nw, off); in ATF_TC_BODY()
138 snl_end_attr_nested(&nw, off); in ATF_TC_BODY()
H A Dtest_rtnl_route.c115 snl_end_attr_nested(&nw, off); in ATF_TC_BODY()
264 snl_end_attr_nested(&nw, off); in ATF_TC_BODY()
356 snl_end_attr_nested(&nw, off); in ATF_TC_BODY()
/freebsd/usr.sbin/arp/
H A Darp_netlink.c158 snl_end_attr_nested(&nw, off); in guess_ifindex()
431 snl_end_attr_nested(&nw, off); in set_nl()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1114 snl_end_attr_nested(nw, off); in snl_add_msg_attr_addr_wrap()
1127 snl_end_attr_nested(nw, off); in snl_add_msg_attr_pool_addr()
1143 snl_end_attr_nested(nw, off); in snl_add_msg_attr_rule_addr()
1159 snl_end_attr_nested(nw, off); in snl_add_msg_attr_rule_labels()
1173 snl_end_attr_nested(nw, off); in snl_add_msg_attr_mape()
1191 snl_end_attr_nested(nw, off); in snl_add_msg_attr_rpool()
1204 snl_end_attr_nested(nw, off); in snl_add_msg_attr_timeouts()
1218 snl_end_attr_nested(nw, off); in snl_add_msg_attr_uid()
1231 snl_end_attr_nested(nw, off); in snl_add_msg_attr_threshold()
1324 snl_end_attr_nested(nw, off); in snl_add_msg_attr_pf_rule()
[all …]
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c183 snl_end_attr_nested(&nw, off); in guess_ifindex()
/freebsd/sbin/pflowctl/
H A Dpflowctl.c393 snl_end_attr_nested(nw, off); in snl_add_msg_attr_sockaddr()
/freebsd/sbin/route/
H A Droute_netlink.c267 snl_end_attr_nested(&nw, off); in rtmsg_nl_int()
/freebsd/sys/netlink/
H A Dnetlink_snl.h1274 snl_end_attr_nested(const struct snl_writer *nw, int off) in snl_end_attr_nested() function