Searched refs:nlattr_get_string (Results 1 – 9 of 9) 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 | 412 { .type = IFLA_IFNAME, .off = _OUT(ifla_ifname), .cb = nlattr_get_string }, 416 { .type = IFLA_IFALIAS, .off = _OUT(ifla_ifalias), .cb = nlattr_get_string }, 417 { .type = IFLA_GROUP, .off = _OUT(ifla_group), .cb = nlattr_get_string }, 418 { .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_generic.c | 255 { .type = CTRL_ATTR_FAMILY_NAME , .off = _OUT(family_name), .cb = nlattr_get_string },
|
| H A D | netlink_message_parser.c | 523 nlattr_get_string(struct nlattr *nla, struct nl_pstate *npt, const void *arg, in nlattr_get_string() function
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.c | 833 { .type = PF_ART_ANCHOR, .off = _OUT(anchor), .cb = nlattr_get_string }, 834 { .type = PF_ART_ANCHOR_CALL, .off = _OUT(anchor_call), .cb = nlattr_get_string },
|
| /freebsd/sys/netinet/ |
| H A D | ip_carp.c | 2558 { .type = CARP_NL_IFNAME, .off = _OUT(ifname), .cb = nlattr_get_string },
|
| /freebsd/sys/net/ |
| H A D | if_geneve.c | 553 { .type = IFLA_GENEVE_MC_IFNAME, .off = _OUT(ifla_mc_ifname), .cb = nlattr_get_string },
|