Home
last modified time | relevance | path

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

/linux/net/ipv6/ila/
H A Dila_xlat.c54 static inline int ila_cmp_wildcards(struct ila_map *ila, in ila_cmp_wildcards() argument
57 return (ila->xp.ifindex && ila->xp.ifindex != ifindex); in ila_cmp_wildcards()
60 static inline int ila_cmp_params(struct ila_map *ila, in ila_cmp_params() argument
63 return (ila->xp.ifindex != xp->ifindex); in ila_cmp_params()
69 const struct ila_map *ila = obj; in ila_cmpfn() local
71 return (ila->xp.ip.locator_match.v64 != *(__be64 *)arg->key); in ila_cmpfn()
74 static inline int ila_order(struct ila_map *ila) in ila_order() argument
78 if (ila->xp.ifindex) in ila_order()
130 struct ila_map *ila; in ila_lookup_wildcards() local
132 ila = rhashtable_lookup_fast(&ilan->xlat.rhash_table, &iaddr->loc, in ila_lookup_wildcards()
[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/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.rst63 ila
/linux/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/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.