Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dipip_lib.sh174 local ul1=$1; shift
179 ip link set dev $ul1 up
180 vlan_create $ul1 111 "" 192.0.2.129/28
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
250 __simple_if_init dummy1 v$ul1 192.0.2.65/32
252 vlan_create $ul1 111 v$ul1 192.0.2.129/28
[all …]
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]}
Dipip_flat_gre.sh19 ul1=${NETIFS[p3]}
29 sw1_flat_create gre $ol1 $ul1
50 sw1_flat_destroy $ol1 $ul1
Dipip_hier_gre.sh19 ul1=${NETIFS[p3]}
29 sw1_hierarchical_create gre $ol1 $ul1
50 sw1_hierarchical_destroy $ol1 $ul1
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
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
Dipip_flat_gre_key.sh19 ul1=${NETIFS[p3]}
29 sw1_flat_create gre $ol1 $ul1 key 233
50 sw1_flat_destroy $ol1 $ul1
Dipip_hier_gre_key.sh19 ul1=${NETIFS[p3]}
29 sw1_hierarchical_create gre $ol1 $ul1 key 22
50 sw1_hierarchical_destroy $ol1 $ul1
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]}
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]}
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]}
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]}
/kernel/linux/linux-5.10/include/linux/
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()
/kernel/linux/linux-5.10/include/net/
Dipv6.h504 const unsigned long *ul1 = (const unsigned long *)a1; in ipv6_masked_addr_cmp() local
508 return !!(((ul1[0] ^ ul2[0]) & ulm[0]) | in ipv6_masked_addr_cmp()
509 ((ul1[1] ^ ul2[1]) & ulm[1])); in ipv6_masked_addr_cmp()
579 const unsigned long *ul1 = (const unsigned long *)a1; in ipv6_addr_equal() local
582 return ((ul1[0] ^ ul2[0]) | (ul1[1] ^ ul2[1])) == 0UL; in ipv6_addr_equal()