Home
last modified time | relevance | path

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

/external/libnl/lib/
Dobject.c42 struct nl_object *nl_object_alloc(struct nl_object_ops *ops) in nl_object_alloc() function
78 if (!(*result = nl_object_alloc(ops->co_obj_ops))) in nl_object_alloc_name()
101 new = nl_object_alloc(ops); in nl_object_clone()
/external/libnl/include/netlink/
Dobject.h29 extern struct nl_object * nl_object_alloc(struct nl_object_ops *);
/external/libnl/lib/fib_lookup/
Drequest.c84 return REQUEST_CAST(nl_object_alloc(&request_obj_ops)); in flnl_request_alloc()
Dlookup.c156 return (struct flnl_result *) nl_object_alloc(&result_obj_ops); in flnl_result_alloc()
/external/libnl/lib/netfilter/
Dqueue_obj.c80 return (struct nfnl_queue *) nl_object_alloc(&queue_obj_ops); in nfnl_queue_alloc()
Dlog_obj.c84 return (struct nfnl_log *) nl_object_alloc(&log_obj_ops); in nfnl_log_alloc()
Dlog_msg_obj.c179 return (struct nfnl_log_msg *) nl_object_alloc(&log_msg_obj_ops); in nfnl_log_msg_alloc()
Dqueue_msg_obj.c164 return (struct nfnl_queue_msg *) nl_object_alloc(&queue_msg_obj_ops); in nfnl_queue_msg_alloc()
Dct_obj.c367 return (struct nfnl_ct *) nl_object_alloc(&ct_obj_ops); in nfnl_ct_alloc()
/external/libnl/lib/route/
Dqdisc_obj.c111 return (struct rtnl_qdisc *) nl_object_alloc(&qdisc_obj_ops); in rtnl_qdisc_alloc()
Dcls_obj.c124 return (struct rtnl_cls *) nl_object_alloc(&cls_obj_ops); in rtnl_cls_alloc()
Dclass_obj.c115 return (struct rtnl_class *) nl_object_alloc(&class_obj_ops); in rtnl_class_alloc()
Dneigh.c438 return (struct rtnl_neigh *) nl_object_alloc(&neigh_obj_ops); in rtnl_neigh_alloc()
Dneightbl.c361 return (struct rtnl_neightbl *) nl_object_alloc(&neightbl_obj_ops); in rtnl_neightbl_alloc()
Drule.c333 return (struct rtnl_rule *) nl_object_alloc(&rule_obj_ops); in rtnl_rule_alloc()
Daddr.c536 return (struct rtnl_addr *) nl_object_alloc(&addr_obj_ops); in rtnl_addr_alloc()
Droute_obj.c492 return (struct rtnl_route *) nl_object_alloc(&route_obj_ops); in rtnl_route_alloc()
Dlink.c750 return (struct rtnl_link *) nl_object_alloc(&link_obj_ops); in rtnl_link_alloc()
/external/libnl/lib/genl/
Dfamily.c156 return (struct genl_family *) nl_object_alloc(&genl_family_ops); in genl_family_alloc()
/external/libnl/
DChangeLog12 o Remove old nl_object_alloc() not based on a object