HomeSort by relevance Sort by last modified time
    Searched refs:nl_object_alloc (Results 1 - 19 of 19) sorted by null

  /external/libnl/include/netlink/
object.h 29 extern struct nl_object * nl_object_alloc(struct nl_object_ops *);
  /external/libnl/lib/
object.c 42 struct nl_object *nl_object_alloc(struct nl_object_ops *ops) function
78 if (!(*result = nl_object_alloc(ops->co_obj_ops)))
101 new = nl_object_alloc(ops);
  /external/libnl/lib/fib_lookup/
request.c 84 return REQUEST_CAST(nl_object_alloc(&request_obj_ops));
lookup.c 156 return (struct flnl_result *) nl_object_alloc(&result_obj_ops);
  /external/libnl/lib/netfilter/
queue_obj.c 80 return (struct nfnl_queue *) nl_object_alloc(&queue_obj_ops);
log_obj.c 84 return (struct nfnl_log *) nl_object_alloc(&log_obj_ops);
log_msg_obj.c 179 return (struct nfnl_log_msg *) nl_object_alloc(&log_msg_obj_ops);
queue_msg_obj.c 164 return (struct nfnl_queue_msg *) nl_object_alloc(&queue_msg_obj_ops);
ct_obj.c 367 return (struct nfnl_ct *) nl_object_alloc(&ct_obj_ops);
  /external/libnl/lib/genl/
family.c 156 return (struct genl_family *) nl_object_alloc(&genl_family_ops);
  /external/libnl/lib/route/
class_obj.c 115 return (struct rtnl_class *) nl_object_alloc(&class_obj_ops);
cls_obj.c 124 return (struct rtnl_cls *) nl_object_alloc(&cls_obj_ops);
qdisc_obj.c 111 return (struct rtnl_qdisc *) nl_object_alloc(&qdisc_obj_ops);
neigh.c 438 return (struct rtnl_neigh *) nl_object_alloc(&neigh_obj_ops);
neightbl.c 361 return (struct rtnl_neightbl *) nl_object_alloc(&neightbl_obj_ops);
rule.c 333 return (struct rtnl_rule *) nl_object_alloc(&rule_obj_ops);
addr.c 536 return (struct rtnl_addr *) nl_object_alloc(&addr_obj_ops);
link.c 750 return (struct rtnl_link *) nl_object_alloc(&link_obj_ops);
    [all...]
route_obj.c 492 return (struct rtnl_route *) nl_object_alloc(&route_obj_ops);

Completed in 260 milliseconds