| 1921 | } |
| 1922 | |
| 1923 | static void |
| 1924 | bstp_timer_stop(struct bstp_timer *t) |
| 1925 | { |
| 1926 | t->value = 0; |
| 1927 | t->active = 0; |
| 1928 | t->latched = 0; |
| 1929 | } |
| 1930 | |
| 1931 | static void |
| 1932 | bstp_timer_latch(struct bstp_timer *t) |
no outgoing calls
no test coverage detected