Searched refs:eth_parse (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | net_kern.c | 505 static int eth_parse(char *str, int *index_out, char **str_out, in eth_parse() function 631 err = eth_parse(str, &n, &str, &error); in eth_setup() 661 err = eth_parse(str, &n, &str, error_out); in net_config()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | net_kern.c | 506 static int eth_parse(char *str, int *index_out, char **str_out, in eth_parse() function 632 err = eth_parse(str, &n, &str, &error); in eth_setup() 662 err = eth_parse(str, &n, &str, error_out); in net_config()
|
Completed in 3 milliseconds