Searched refs:nlattr_get_string (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/tests/ |
H A D | ktest_example.c | 78 { .type = 3, .off = _OUT(text), .cb = nlattr_get_string },
|
H A D | ktest.c | 71 { .type = KTEST_ATTR_MOD_NAME, .off = _OUT(mod_name), .cb = nlattr_get_string }, 72 { .type = KTEST_ATTR_TEST_NAME, .off = _OUT(test_name), .cb = nlattr_get_string },
|
/freebsd/sys/netlink/route/ |
H A D | iface.c | 406 { .type = IFLA_IFNAME, .off = _OUT(ifla_ifname), .cb = nlattr_get_string }, 410 { .type = IFLA_IFALIAS, .off = _OUT(ifla_ifalias), .cb = nlattr_get_string }, 411 { .type = IFLA_GROUP, .off = _OUT(ifla_group), .cb = nlattr_get_string }, 412 { .type = IFLA_ALT_IFNAME, .off = _OUT(ifla_ifname), .cb = nlattr_get_string },
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.h | 199 int nlattr_get_string(struct nlattr *nla, struct nl_pstate *npt,
|
H A D | netlink_message_parser.c | 492 nlattr_get_string(struct nlattr *nla, struct nl_pstate *npt, const void *arg, in nlattr_get_bytes() 460 nlattr_get_string(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) nlattr_get_string() function
|
H A D | netlink_generic.c | 247 { .type = CTRL_ATTR_FAMILY_NAME , .off = _OUT(family_name), .cb = nlattr_get_string },
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.c | 766 { .type = PF_ART_ANCHOR, .off = _OUT(anchor), .cb = nlattr_get_string }, 767 { .type = PF_ART_ANCHOR_CALL, .off = _OUT(anchor_call), .cb = nlattr_get_string },
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 2816 { .type = CARP_NL_IFNAME, .off = _OUT(ifname), .cb = nlattr_get_string },
|