* If possible, reset the bitmask stored in the current global context */
| 599 | * If possible, reset the bitmask stored in the current global context |
| 600 | */ |
| 601 | void reset_bl_markers(void) |
| 602 | { |
| 603 | if (get_bl_marker(NULL) == 0) |
| 604 | store_bl_marker(bl_default_marker); |
| 605 | } |
| 606 | |
| 607 | static inline int match_bl_rule(struct ip_addr *ip, str *text, |
| 608 | unsigned short port, |
nothing calls this directly
no test coverage detected