Home
last modified time | relevance | path

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

/linux/net/psp/
H A Dpsp_nl.c243 struct net *cur_net, in psp_nl_fill_assoc_dev_list() argument
262 peernet2id_alloc(cur_net, dev_net_ns, in psp_nl_fill_assoc_dev_list()
286 struct net *cur_net; in psp_nl_dev_fill() local
290 cur_net = genl_info_net(info); in psp_nl_dev_fill()
302 if (cur_net == dev_net(psd->main_netdev)) { in psp_nl_dev_fill()
304 err = psp_nl_fill_assoc_dev_list(psd, rsp, cur_net, NULL); in psp_nl_dev_fill()
313 err = psp_nl_fill_assoc_dev_list(psd, rsp, cur_net, cur_net); in psp_nl_dev_fill()