Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dlink.c92 static struct rtnl_link_af_ops *af_lookup_and_alloc(struct rtnl_link *link, in af_lookup_and_alloc() function
616 if ((af_ops_family = af_ops = af_lookup_and_alloc(link, family))) { in link_msg_parser()
663 !af_ops && (af_ops = af_lookup_and_alloc(link, af))) { in link_msg_parser()
725 af_ops = af_lookup_and_alloc(link, nla_type(af_attr)); in link_msg_parser()
2133 link->l_af_ops = af_lookup_and_alloc(link, family); in rtnl_link_set_family()