Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Dact.c470 static int rtnl_act_msg_parse(struct nlmsghdr *n, struct rtnl_act **act) in rtnl_act_msg_parse() function
516 if ((err = rtnl_act_msg_parse(nlh, &act)) < 0) in act_msg_parser()