| 876 | } |
| 877 | |
| 878 | static inline struct rtpe_set *rtpe_ctx_set_get(void) |
| 879 | { |
| 880 | struct rtpe_ctx *ctx = rtpe_ctx_tryget(); |
| 881 | return ctx ? ctx->set: NULL; |
| 882 | } |
| 883 | |
| 884 | static inline int str_eq(const str *p, const char *q) { |
| 885 | int l = strlen(q); |
no outgoing calls
no test coverage detected