Home
last modified time | relevance | path

Searched refs:flnl_request_alloc (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/fib_lookup/
Drequest.h26 extern struct flnl_request * flnl_request_alloc(void);
/external/libnl/src/
Dnl-fib-lookup.c86 request = flnl_request_alloc(); in main()
/external/libnl/lib/fib_lookup/
Drequest.c82 struct flnl_request *flnl_request_alloc(void) in flnl_request_alloc() function
Dlookup.c85 res->fr_req = flnl_request_alloc(); in result_msg_parser()