Searched refs:rport_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | umcast_kern.c | 119 char *lport_str = NULL, *rport_str = NULL, *remain; in ucast_setup() local 128 &lport_str, &rport_str, NULL); in ucast_setup() 144 if (rport_str != NULL) { in ucast_setup() 145 init->rport = simple_strtoul(rport_str, &last, 10); in ucast_setup() 146 if ((*last != '\0') || (last == rport_str)) { in ucast_setup() 148 "'%s'\n", rport_str); in ucast_setup()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | umcast_kern.c | 119 char *lport_str = NULL, *rport_str = NULL, *remain; in ucast_setup() local 128 &lport_str, &rport_str, NULL); in ucast_setup() 144 if (rport_str != NULL) { in ucast_setup() 145 init->rport = simple_strtoul(rport_str, &last, 10); in ucast_setup() 146 if ((*last != '\0') || (last == rport_str)) { in ucast_setup() 148 "'%s'\n", rport_str); in ucast_setup()
|
Completed in 2 milliseconds