Searched defs:sockfd_put (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ | ||
| D | net.h | 241 #define sockfd_put(sock) fput(sock->file) macro |
| /kernel/linux/linux-6.6/include/linux/ | ||
| D | net.h | 264 #define sockfd_put(sock) fput(sock->file) macro |