Searched refs:getfdproto (Results 1 – 4 of 4) sorted by relevance
568 getfdproto(struct tcb *tcp, int fd) in getfdproto() function615 getfdproto(tcp, fd); in printfd()
111 switch (verbose(tcp) ? getfdproto(tcp, fd) : SOCK_PROTO_UNKNOWN) { in decode_sockbuf()
492 extern enum sock_proto getfdproto(struct tcb *, int);
8405 * defs.h (decode_netlink, getfdproto): New prototypes.8408 * util.c (getfdproto): Remove static keyword.8851 Make getfdproto return enum instead of string.8861 * util.c (getfdproto): Use it. Change return type to sock_proto.23163 (getfdproto): New function.