Searched refs:nl_object_alloc (Results 1 – 20 of 20) sorted by relevance
42 struct nl_object *nl_object_alloc(struct nl_object_ops *ops) in nl_object_alloc() function78 if (!(*result = nl_object_alloc(ops->co_obj_ops))) in nl_object_alloc_name()101 new = nl_object_alloc(ops); in nl_object_clone()
29 extern struct nl_object * nl_object_alloc(struct nl_object_ops *);
84 return REQUEST_CAST(nl_object_alloc(&request_obj_ops)); in flnl_request_alloc()
156 return (struct flnl_result *) nl_object_alloc(&result_obj_ops); in flnl_result_alloc()
80 return (struct nfnl_queue *) nl_object_alloc(&queue_obj_ops); in nfnl_queue_alloc()
84 return (struct nfnl_log *) nl_object_alloc(&log_obj_ops); in nfnl_log_alloc()
179 return (struct nfnl_log_msg *) nl_object_alloc(&log_msg_obj_ops); in nfnl_log_msg_alloc()
164 return (struct nfnl_queue_msg *) nl_object_alloc(&queue_msg_obj_ops); in nfnl_queue_msg_alloc()
367 return (struct nfnl_ct *) nl_object_alloc(&ct_obj_ops); in nfnl_ct_alloc()
111 return (struct rtnl_qdisc *) nl_object_alloc(&qdisc_obj_ops); in rtnl_qdisc_alloc()
124 return (struct rtnl_cls *) nl_object_alloc(&cls_obj_ops); in rtnl_cls_alloc()
115 return (struct rtnl_class *) nl_object_alloc(&class_obj_ops); in rtnl_class_alloc()
438 return (struct rtnl_neigh *) nl_object_alloc(&neigh_obj_ops); in rtnl_neigh_alloc()
361 return (struct rtnl_neightbl *) nl_object_alloc(&neightbl_obj_ops); in rtnl_neightbl_alloc()
333 return (struct rtnl_rule *) nl_object_alloc(&rule_obj_ops); in rtnl_rule_alloc()
536 return (struct rtnl_addr *) nl_object_alloc(&addr_obj_ops); in rtnl_addr_alloc()
492 return (struct rtnl_route *) nl_object_alloc(&route_obj_ops); in rtnl_route_alloc()
750 return (struct rtnl_link *) nl_object_alloc(&link_obj_ops); in rtnl_link_alloc()
156 return (struct genl_family *) nl_object_alloc(&genl_family_ops); in genl_family_alloc()
12 o Remove old nl_object_alloc() not based on a object