Lines Matching defs:killed
2033 uint32_t killed;
2037 { .type = PF_CS_KILLED, .off = _OUT(killed), .cb = snl_attr_get_uint32 },
2044 unsigned int *killed, int cmd)
2087 if (killed)
2088 *killed = attrs.killed;
2095 unsigned int *killed)
2097 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_CLRSTATES));
2102 unsigned int *killed)
2104 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_KILLSTATES));
2109 unsigned int *killed, uint64_t cmd)
2118 ret = _pfctl_clear_states_h(h, kill, killed, cmd);
2126 unsigned int *killed)
2128 return (_pfctl_clear_states(dev, kill, killed, PFNL_CMD_CLRSTATES));
2132 pfctl_kill_states(int dev __unused, const struct pfctl_kill *kill, unsigned int *killed)
2134 return (_pfctl_clear_states(dev, kill, killed, PFNL_CMD_KILLSTATES));