Searched refs:handle_netlink_request (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/misc/ |
D | ss.c | 2770 static int handle_netlink_request(struct filter *f, struct nlmsghdr *req, in handle_netlink_request() function 2803 return handle_netlink_request(f, &req.nlh, sizeof(req), unix_show_sock); in unix_show_netlink() 3089 return handle_netlink_request(f, &req.nlh, sizeof(req), packet_show_sock); in packet_show_netlink() 3290 return handle_netlink_request(f, &req.nlh, sizeof(req), netlink_show_sock); in netlink_show_netlink()
|