Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dmirror_gre_nh.sh32 sysctl_set net.ipv4.conf.all.rp_filter 0
33 sysctl_set net.ipv4.conf.$h3.rp_filter 0
38 sysctl_set net.ipv4.conf.v$h3.rp_filter 0
66 sysctl_restore net.ipv4.conf.v$h3.rp_filter 0
71 sysctl_restore net.ipv4.conf.$h3.rp_filter
72 sysctl_restore net.ipv4.conf.all.rp_filter
Dmirror_gre_vlan_bridge_1q.sh47 sysctl_set net.ipv4.conf.all.rp_filter 0
48 sysctl_set net.ipv4.conf.$h3.rp_filter 0
77 sysctl_restore net.ipv4.conf.$h3.rp_filter
78 sysctl_restore net.ipv4.conf.all.rp_filter
/external/iproute2/ip/
Dipnetconf.c120 __u32 rp_filter = rta_getattr_u32(tb[NETCONFA_RP_FILTER]); in print_netconf() local
122 if (rp_filter == 0) in print_netconf()
124 else if (rp_filter == 1) in print_netconf()
126 else if (rp_filter == 2) in print_netconf()
/external/ltp/testcases/network/mpls/
Dmpls_lib.sh21 [ -n "$rpf_loc" ] && sysctl -q net.ipv4.conf.all.rp_filter=$rpf_loc
50 tst_set_sysctl net.ipv4.conf.all.rp_filter 2 safe
/external/iptables/extensions/
Dlibxt_rpfilter.man4 Note that, unlike the in-kernel rp_filter, packets protected
/external/libnl/lib/route/link/
Dinet.c151 __ADD(IPV4_DEVCONF_RP_FILTER, rp_filter)