Searched refs:tuneargs (Results 1 – 1 of 1) sorted by relevance
14 void ipf_dotuning(int fd, char *tuneargs, ioctlfunc_t iocfn) in ipf_dotuning() argument26 for (s = strtok(tuneargs, ","); s != NULL; s = strtok(NULL, ",")) { in ipf_dotuning()