Home
last modified time | relevance | path

Searched refs:ul2 (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dipip_lib.sh211 local ul2=$1; shift
214 __simple_if_init $ul2 v$ol2
215 vlan_create $ul2 111 v$ol2 192.0.2.130/28
228 local ul2=$1; shift
236 vlan_destroy $ul2 111
237 __simple_if_fini $ul2
283 local ul2=$1; shift
286 simple_if_init $ul2
289 __simple_if_init dummy2 v$ul2 192.0.2.66/32
291 vlan_create $ul2 111 v$ul2 192.0.2.130/28
[all …]
Dgre_multipath.sh119 __simple_if_init $ul2 v$ol2
120 vlan_create $ul2 111 v$ol2 192.0.2.130/28
121 vlan_create $ul2 222 v$ol2 192.0.2.146/28
135 tc qdisc add dev $ul2 clsact
136 tc filter add dev $ul2 ingress pref 111 prot 802.1Q \
138 tc filter add dev $ul2 ingress pref 222 prot 802.1Q \
144 tc qdisc del dev $ul2 clsact
156 vlan_destroy $ul2 222
157 vlan_destroy $ul2 111
158 __simple_if_fini $ul2
[all …]
Dipip_flat_gre.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2
49 sw2_flat_destroy $ol2 $ul2
Dipip_hier_gre.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2
49 sw2_hierarchical_destroy $ol2 $ul2
Dipip_flat_gre_key.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2 key 233
49 sw2_flat_destroy $ol2 $ul2
Dipip_flat_gre_keys.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2 ikey 222 okey 111
49 sw2_flat_destroy $ol2 $ul2
Dipip_hier_gre_key.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2 key 22
49 sw2_hierarchical_destroy $ol2 $ul2
Dipip_hier_gre_keys.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2 ikey 222 okey 111
49 sw2_hierarchical_destroy $ol2 $ul2
/Linux-v5.4/include/linux/
Dnetfilter.h28 const unsigned long *ul2 = (const unsigned long *)a2; in nf_inet_addr_cmp() local
30 return ((ul1[0] ^ ul2[0]) | (ul1[1] ^ ul2[1])) == 0UL; in nf_inet_addr_cmp()
/Linux-v5.4/include/net/
Dipv6.h503 const unsigned long *ul2 = (const unsigned long *)a2; in ipv6_masked_addr_cmp() local
505 return !!(((ul1[0] ^ ul2[0]) & ulm[0]) | in ipv6_masked_addr_cmp()
506 ((ul1[1] ^ ul2[1]) & ulm[1])); in ipv6_masked_addr_cmp()
577 const unsigned long *ul2 = (const unsigned long *)a2; in ipv6_addr_equal() local
579 return ((ul1[0] ^ ul2[0]) | (ul1[1] ^ ul2[1])) == 0UL; in ipv6_addr_equal()