| 251 | void __chk_fail(void); |
| 252 | |
| 253 | static inline int convert_fstack_fd(int sockfd) { |
| 254 | return sockfd + ff_kernel_max_fd; |
| 255 | } |
| 256 | |
| 257 | /* Restore socket fd. */ |
| 258 | static inline int restore_fstack_fd(int sockfd) { |
no outgoing calls
no test coverage detected