Home
last modified time | relevance | path

Searched refs:netpoll_parse_options (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dnetpoll.h61 int netpoll_parse_options(struct netpoll *np, char *opt);
/Linux-v6.6/net/core/
Dnetpoll.c541 int netpoll_parse_options(struct netpoll *np, char *opt) in netpoll_parse_options() function
621 EXPORT_SYMBOL(netpoll_parse_options);
/Linux-v6.6/drivers/net/
Dnetconsole.c223 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()