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

  /external/libnl/include/netlink/
object.h 33 extern struct nl_object * nl_object_clone(struct nl_object *obj);
  /external/libnl/lib/fib_lookup/
lookup.c 65 nl_object_clone(OBJ_CAST(src->fr_req))))
  /external/libnl/lib/
object.c 110 struct nl_object *nl_object_clone(struct nl_object *obj) function
cache.c 490 new = nl_object_clone(obj);
  /external/libnl/lib/route/link/
veth.c 103 /* we are calling nl_object_clone() recursively, this should
107 dst_peer = (struct rtnl_link *)nl_object_clone(OBJ_CAST(src_peer));
  /external/libnl/python/netlink/
core.py 318 clone_obj = capi.nl_object_clone(self._nl_object)
338 return self._new_instance(capi.nl_object_clone(self._nl_object))
capi.i 272 extern struct nl_object *nl_object_clone(struct nl_object *);

Completed in 320 milliseconds