Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Dnamespace.pl445 my %noref = ();
451 if (! exists($noref{$module})) {
452 $noref{$module} = [];
454 push(@{$noref{$module}}, $name);
458 if (%noref) {
460 foreach my $module (sort(keys(%noref))) {
462 foreach (sort(@{$noref{$module}})) {
/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_xmit.c316 int local, noref = 1; in __ip_vs_get_out_rt() local
349 noref = 0; in __ip_vs_get_out_rt()
372 if (!noref) in __ip_vs_get_out_rt()
410 if (noref) { in __ip_vs_get_out_rt()
421 if (!noref) in __ip_vs_get_out_rt()
482 int local, noref = 1; in __ip_vs_get_out_rt_v6() local
518 noref = 0; in __ip_vs_get_out_rt_v6()
537 if (!noref) in __ip_vs_get_out_rt_v6()
577 if (noref) { in __ip_vs_get_out_rt_v6()
588 if (!noref) in __ip_vs_get_out_rt_v6()