Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dnamespace.pl444 my %noref = ();
450 if (! exists($noref{$module})) {
451 $noref{$module} = [];
453 push(@{$noref{$module}}, $name);
457 if (%noref) {
459 foreach my $module (sort(keys(%noref))) {
461 foreach (sort(@{$noref{$module}})) {
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_xmit.c317 int local, noref = 1; in __ip_vs_get_out_rt() local
350 noref = 0; in __ip_vs_get_out_rt()
373 if (!noref) in __ip_vs_get_out_rt()
396 if (noref) { in __ip_vs_get_out_rt()
407 if (!noref) in __ip_vs_get_out_rt()
468 int local, noref = 1; in __ip_vs_get_out_rt_v6() local
504 noref = 0; in __ip_vs_get_out_rt_v6()
523 if (!noref) in __ip_vs_get_out_rt_v6()
548 if (noref) { in __ip_vs_get_out_rt_v6()
559 if (!noref) in __ip_vs_get_out_rt_v6()