%%% IPsec policy management */ * Return current SPDB generation. */
| 809 | * Return current SPDB generation. |
| 810 | */ |
| 811 | uint32_t |
| 812 | key_getspgen(void) |
| 813 | { |
| 814 | |
| 815 | return (V_sp_genid); |
| 816 | } |
| 817 | |
| 818 | void |
| 819 | key_bumpspgen(void) |
no outgoing calls
no test coverage detected