Home
last modified time | relevance | path

Searched refs:REQUEST_CAST (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/fib_lookup/
Drequest.c38 struct flnl_request *req = REQUEST_CAST(obj); in request_free_data()
84 return REQUEST_CAST(nl_object_alloc(&request_obj_ops)); in flnl_request_alloc()
/external/libnl/include/netlink/fib_lookup/
Drequest.h24 #define REQUEST_CAST(ptr) ((struct flnl_request *) (ptr)) macro