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.c69 static struct rtnl_link_af_ops *af_lookup_and_alloc(struct rtnl_link *link, in af_lookup_and_alloc() function
511 if ((af_ops = af_lookup_and_alloc(link, family))) { in link_msg_parser()
552 !af_ops && (af_ops = af_lookup_and_alloc(link, af))) { in link_msg_parser()
592 af_ops = af_lookup_and_alloc(link, nla_type(af_attr)); in link_msg_parser()
1830 link->l_af_ops = af_lookup_and_alloc(link, family); in rtnl_link_set_family()