Searched refs:getfdproto (Results 1 – 5 of 5) sorted by relevance
583 get_sockaddr_by_inode_uncached(tcp, inode, getfdproto(tcp, fd)); in get_sockaddr_by_inode()593 getfdproto(tcp, fd)); in print_sockaddr_by_inode()
109 switch (verbose(tcp) ? getfdproto(tcp, fd) : SOCK_PROTO_UNKNOWN) { in decode_sockbuf()
382 getfdproto(struct tcb *tcp, int fd) in getfdproto() function
613 extern enum sock_proto getfdproto(struct tcb *, int);
9712 (getfdproto): Replace sprintf with xsprintf.27595 * defs.h (decode_netlink, getfdproto): New prototypes.27598 * util.c (getfdproto): Remove static keyword.28041 Make getfdproto return enum instead of string.28051 * util.c (getfdproto): Use it. Change return type to sock_proto.42353 (getfdproto): New function.