Home
last modified time | relevance | path

Searched refs:ila (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/net/ipv6/ila/
H A Dila_xlat.c57 return (ila->xp.ifindex && ila->xp.ifindex != ifindex); in ila_cmp_wildcards()
132 ila = rcu_access_pointer(ila->next); in ila_lookup_wildcards()
150 ila = rcu_access_pointer(ila->next); in ila_lookup_by_params()
223 ila = kzalloc(sizeof(*ila), GFP_KERNEL); in ila_add_mapping()
224 if (!ila) in ila_add_mapping()
301 ila = rcu_dereference_protected(ila->next, in ila_del_mapping()
482 if (ila) { in ila_xlat_nl_cmd_get_mapping()
548 if (ila && !IS_ERR(ila) && skip) { in ila_xlat_nl_dump()
555 ila = rcu_access_pointer(ila->next); in ila_xlat_nl_dump()
589 ila = rcu_access_pointer(ila->next); in ila_xlat_nl_dump()
[all …]
H A DMakefile6 obj-$(CONFIG_IPV6_ILA) += ila.o
8 ila-objs := ila_main.o ila_common.o ila_lwt.o ila_xlat.o
/linux-6.15/tools/testing/selftests/net/
H A Dlwt_dst_cache_ref_loop.sh51 [ $ila_lsmod != 0 ] && modprobe ila &>/dev/null
54 encap ila 1:2:3:4 csum-mode no-action ident-type luid \
134 [ $ila_lsmod != 0 ] && modprobe -r ila &>/dev/null
146 encap ila 2001:db8:2:0 csum-mode no-action ident-type luid \
/linux-6.15/Documentation/networking/
H A Dila.rst27 The ILA protocol is described in Internet-Draft draft-herbert-intarea-ila.
246 ip route add DEST/128 encap ila LOC csum-mode MODE ident-type TYPE via ADDR
259 ip ila add loc_match MATCH loc LOC csum-mode MODE ident-type TYPE
275 ip route add 3333:0:0:1:2000:0:1:87/128 encap ila 2001:0:87:0 \
281 ip route add 3333:0:0:1:2000:0:2:87/128 encap ila 2001:0:87:1 \
289 ip ila add loc_match 2001:0:119:0 loc 3333:0:0:1 \
295 ip ila add loc_match 2001:0:119:0 loc 3333:0:0:1 \
H A Dindex.rst64 ila
/linux-6.15/arch/powerpc/platforms/cell/spufs/
H A Dspu_save_crt0.S42 ila $3, regs_spill + 256
H A Dspu_restore_crt0.S47 ila $3, regs_spill + 256
/linux-6.15/net/ipv6/
H A DMakefile37 obj-$(CONFIG_IPV6_ILA) += ila/
H A DKconfig139 ILA can be configured using the "encap ila" option with
141 https://tools.ietf.org/html/draft-herbert-nvo3-ila-00.