Home
last modified time | relevance | path

Searched refs:lport_str (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dumcast_kern.c119 char *lport_str = NULL, *rport_str = NULL, *remain; in ucast_setup() local
128 &lport_str, &rport_str, NULL); in ucast_setup()
135 if (lport_str != NULL) { in ucast_setup()
136 init->lport = simple_strtoul(lport_str, &last, 10); in ucast_setup()
137 if ((*last != '\0') || (last == lport_str)) { in ucast_setup()
139 "'%s'\n", lport_str); in ucast_setup()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dumcast_kern.c119 char *lport_str = NULL, *rport_str = NULL, *remain; in ucast_setup() local
128 &lport_str, &rport_str, NULL); in ucast_setup()
135 if (lport_str != NULL) { in ucast_setup()
136 init->lport = simple_strtoul(lport_str, &last, 10); in ucast_setup()
137 if ((*last != '\0') || (last == lport_str)) { in ucast_setup()
139 "'%s'\n", lport_str); in ucast_setup()

Completed in 1 milliseconds