Searched refs:inet_show_netlink (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/misc/ |
D | ss.c | 2659 static int inet_show_netlink(struct filter *f, FILE *dump_fp, int protocol) in inet_show_netlink() function 2792 && inet_show_netlink(f, NULL, IPPROTO_TCP) == 0) in tcp_show() 2866 && inet_show_netlink(f, NULL, IPPROTO_DCCP) == 0) in dccp_show() 2878 && inet_show_netlink(f, NULL, IPPROTO_SCTP) == 0) in sctp_show() 2933 && inet_show_netlink(f, NULL, IPPROTO_UDP) == 0) in udp_show() 2973 inet_show_netlink(f, NULL, IPPROTO_RAW) == 0) in raw_show() 4341 inet_show_netlink(¤t_filter, dump_fp, IPPROTO_TCP); in main()
|