| 869 | } |
| 870 | |
| 871 | static inline void rtpe_ctx_set_fill(struct rtpe_set *set) |
| 872 | { |
| 873 | struct rtpe_ctx *ctx = rtpe_ctx_get(); |
| 874 | if (ctx) |
| 875 | ctx->set = set; |
| 876 | } |
| 877 | |
| 878 | static inline struct rtpe_set *rtpe_ctx_set_get(void) |
| 879 | { |
no test coverage detected