Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/forwarding/
A Dip6gre_lib.sh186 local ul1=$1; shift
191 ip link set dev $ul1 up
207 local ul1=$1; shift
216 vlan_destroy $ul1 111
217 __simple_if_fini $ul1
263 local ul1=$1; shift
266 simple_if_init $ul1
270 vlan_create $ul1 111 v$ul1 2001:db8:10::1/64
283 local ul1=$1; shift
290 vlan_destroy $ul1 111
[all …]
A Dipip_lib.sh174 local ul1=$1; shift
179 ip link set dev $ul1 up
194 local ul1=$1; shift
202 vlan_destroy $ul1 111
203 __simple_if_fini $ul1
245 local ul1=$1; shift
248 simple_if_init $ul1
252 vlan_create $ul1 111 v$ul1 192.0.2.129/28
264 local ul1=$1; shift
270 vlan_destroy $ul1 111
[all …]
A Dgre_multipath.sh81 __simple_if_init $ul1 v$ol1
82 vlan_create $ul1 111 v$ol1 192.0.2.129/28
83 vlan_create $ul1 222 v$ol1 192.0.2.145/28
110 vlan_destroy $ul1 222
111 vlan_destroy $ul1 111
112 __simple_if_fini $ul1
179 ul1=${NETIFS[p3]}
A Dip6gre_flat.sh22 ul1=${NETIFS[p3]}
32 sw1_flat_create $ol1 $ul1
52 sw1_flat_destroy $ol1 $ul1
A Dip6gre_hier.sh22 ul1=${NETIFS[p3]}
32 sw1_hierarchical_create $ol1 $ul1
52 sw1_hierarchical_destroy $ol1 $ul1
A Dip6gre_flat_key.sh22 ul1=${NETIFS[p3]}
32 sw1_flat_create $ol1 $ul1 key 233
52 sw1_flat_destroy $ol1 $ul1
A Dip6gre_flat_keys.sh22 ul1=${NETIFS[p3]}
32 sw1_flat_create $ol1 $ul1 ikey 111 okey 222
52 sw1_flat_destroy $ol1 $ul1
A Dipip_flat_gre.sh19 ul1=${NETIFS[p3]}
29 sw1_flat_create gre $ol1 $ul1
50 sw1_flat_destroy $ol1 $ul1
A Dip6gre_hier_key.sh22 ul1=${NETIFS[p3]}
32 sw1_hierarchical_create $ol1 $ul1 key 22
52 sw1_hierarchical_destroy $ol1 $ul1
A Dip6gre_hier_keys.sh22 ul1=${NETIFS[p3]}
32 sw1_hierarchical_create $ol1 $ul1 ikey 111 okey 222
52 sw1_hierarchical_destroy $ol1 $ul1
A Dipip_hier_gre.sh19 ul1=${NETIFS[p3]}
29 sw1_hierarchical_create gre $ol1 $ul1
50 sw1_hierarchical_destroy $ol1 $ul1
A Dipip_flat_gre_key.sh19 ul1=${NETIFS[p3]}
29 sw1_flat_create gre $ol1 $ul1 key 233
50 sw1_flat_destroy $ol1 $ul1
A Dipip_flat_gre_keys.sh19 ul1=${NETIFS[p3]}
29 sw1_flat_create gre $ol1 $ul1 ikey 111 okey 222
50 sw1_flat_destroy $ol1 $ul1
A Dipip_hier_gre_key.sh19 ul1=${NETIFS[p3]}
29 sw1_hierarchical_create gre $ol1 $ul1 key 22
50 sw1_hierarchical_destroy $ol1 $ul1
A Dipip_hier_gre_keys.sh19 ul1=${NETIFS[p3]}
29 sw1_hierarchical_create gre $ol1 $ul1 ikey 111 okey 222
50 sw1_hierarchical_destroy $ol1 $ul1
A Dgre_multipath_nh.sh90 __simple_if_init $ul1 v$ol1
91 vlan_create $ul1 111 v$ol1 192.0.2.129/28
92 vlan_create $ul1 222 v$ol1 192.0.2.145/28
127 vlan_destroy $ul1 222
128 vlan_destroy $ul1 111
129 __simple_if_fini $ul1
206 ul1=${NETIFS[p3]}
A Dgre_multipath_nh_res.sh90 __simple_if_init $ul1 v$ol1
91 vlan_create $ul1 111 v$ol1 192.0.2.129/28
92 vlan_create $ul1 222 v$ol1 192.0.2.145/28
128 vlan_destroy $ul1 222
129 vlan_destroy $ul1 111
130 __simple_if_fini $ul1
208 ul1=${NETIFS[p3]}
A Dgre_inner_v4_multipath.sh97 __simple_if_init $ul1 v$ol1 192.0.2.129/28
114 __simple_if_fini $ul1 192.0.2.129/28
215 ul1=${NETIFS[p3]}
A Dgre_inner_v6_multipath.sh97 __simple_if_init $ul1 v$ol1 192.0.2.129/28
114 __simple_if_fini $ul1 192.0.2.129/28
215 ul1=${NETIFS[p3]}
A Dip6gre_inner_v4_multipath.sh96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64
113 __simple_if_fini $ul1 2001:db8:80::1/64
214 ul1=${NETIFS[p3]}
A Dip6gre_inner_v6_multipath.sh96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64
113 __simple_if_fini $ul1 2001:db8:80::1/64
214 ul1=${NETIFS[p3]}
A Dgre_custom_multipath_hash.sh104 __simple_if_init $ul1 v$ol1 192.0.2.17/28
123 __simple_if_fini $ul1 192.0.2.17/28
228 ul1=${NETIFS[p3]}
A Dip6gre_custom_multipath_hash.sh104 __simple_if_init $ul1 v$ol1 2001:db8:10::1/64
124 __simple_if_fini $ul1 2001:db8:10::1/64
230 ul1=${NETIFS[p3]}
/linux/include/linux/
A Dnetfilter.h28 const unsigned long *ul1 = (const unsigned long *)a1; in nf_inet_addr_cmp() local
31 return ((ul1[0] ^ ul2[0]) | (ul1[1] ^ ul2[1])) == 0UL; in nf_inet_addr_cmp()
/linux/include/net/
A Dipv6.h502 const unsigned long *ul1 = (const unsigned long *)a1; in ipv6_masked_addr_cmp() local
506 return !!(((ul1[0] ^ ul2[0]) & ulm[0]) | in ipv6_masked_addr_cmp()
507 ((ul1[1] ^ ul2[1]) & ulm[1])); in ipv6_masked_addr_cmp()
577 const unsigned long *ul1 = (const unsigned long *)a1; in ipv6_addr_equal() local
580 return ((ul1[0] ^ ul2[0]) | (ul1[1] ^ ul2[1])) == 0UL; in ipv6_addr_equal()

Completed in 24 milliseconds