Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetpoll.h60 int netpoll_parse_options(struct netpoll *np, char *opt);
/Linux-v5.15/net/core/
Dnetpoll.c524 int netpoll_parse_options(struct netpoll *np, char *opt) in netpoll_parse_options() function
604 EXPORT_SYMBOL(netpoll_parse_options);
/Linux-v5.15/drivers/net/
Dnetconsole.c192 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()