Home
last modified time | relevance | path

Searched refs:nlattr_get_nested (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/netlink/
H A Dnetlink_message_parser.h196 int nlattr_get_nested(struct nlattr *nla, struct nl_pstate *npt,
H A Dnetlink_message_parser.c469 nlattr_get_nested(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) in nlattr_get_nested() function
/freebsd-14.2/sys/netlink/route/
H A Dneigh.c336 { .type = NDA_FREEBSD, .arg = &neigh_fbsd_parser, .cb = nlattr_get_nested },
H A Diface.c407 { .type = IFLA_LINKINFO, .arg = &linfo_parser, .cb = nlattr_get_nested },
761 { .type = IFA_FREEBSD, .arg = &ifa_fbsd_parser, .cb = nlattr_get_nested },
H A Drt.c497 { .type = NL_RTA_METRICS, .arg = &metrics_parser, .cb = nlattr_get_nested },
H A Dnexthop.c730 { .type = NHA_FREEBSD, .arg = &nh_fbsd_parser, .cb = nlattr_get_nested },