| 264 | } |
| 265 | |
| 266 | int is_fstack_fd(int sockfd) { |
| 267 | if (unlikely(inited == 0/* && ff_adapter_init() < 0*/)) { |
| 268 | return 0; |
| 269 | } |
| 270 | |
| 271 | /* FIXED ME: ff_linux_socket not limit fd < ff_kernel_max_fd, may be Misjudgment */ |
| 272 | return sockfd >= ff_kernel_max_fd; |
| 273 | } |
| 274 | |
| 275 | static inline uint64_t |
| 276 | ff_bitmap_first_set(fd_mask *ai, int set_words) |
no outgoing calls
no test coverage detected