Searched refs:process_msg (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/ip/ |
D | ipseg6.c | 58 static int process_msg(const struct sockaddr_nl *who, struct nlmsghdr *n, in process_msg() function 171 if (process_msg(NULL, &req.n, stdout) < 0) { in seg6_do_cmd() 183 if (rtnl_dump_filter(&grth, process_msg, stdout) < 0) { in seg6_do_cmd()
|
D | tcp_metrics.c | 91 static int process_msg(const struct sockaddr_nl *who, struct nlmsghdr *n, in process_msg() function 434 if (rtnl_dump_filter(&grth, process_msg, stdout) < 0) { in tcpm_do_cmd() 465 if (process_msg(NULL, &req.n, stdout) < 0) { in tcpm_do_cmd() 476 if (rtnl_dump_filter(&grth, process_msg, stdout) < 0) { in tcpm_do_cmd()
|