Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c2294 static int inet_show_netlink(struct filter *f, FILE *dump_fp, int protocol) in inet_show_netlink() function
2411 && inet_show_netlink(f, NULL, socktype) == 0) in tcp_show()
2525 && inet_show_netlink(f, NULL, IPPROTO_UDP) == 0) in udp_show()
3950 inet_show_netlink(&current_filter, dump_fp, IPPROTO_TCP); in main()