Searched refs:locator (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_common.c | 22 (__be32 *)&p->locator, in ila_init_saved_csum() 31 return compute_csum_diff8((__be32 *)&p->locator, in get_csum_diff_iaddr() 154 iaddr->loc = p->locator; in ila_update_ipv6_locator()
|
H A D | ila_lwt.c | 168 /* Need to have full locator and at least type field in ila_build_state() 236 p->locator.v64 = (__force __be64)nla_get_u64(tb[ILA_ATTR_LOCATOR]); in ila_build_state() 239 * know both the old locator and the new one. in ila_build_state() 268 if (nla_put_u64_64bit(skb, ILA_ATTR_LOCATOR, (__force u64)p->locator.v64, in ila_fill_encap_info() 303 return (a_p->locator.v64 != b_p->locator.v64); in ila_encap_cmp()
|
H A D | ila.h | 72 struct ila_locator locator; member
|
H A D | ila_xlat.c | 102 xp->ip.locator.v64 = (__force __be64)nla_get_u64( in parse_nl_config() 427 (__force u64)ila->xp.ip.locator.v64, in ila_fill_info()
|
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_common.c | 22 (__be32 *)&p->locator, in ila_init_saved_csum() 31 return compute_csum_diff8((__be32 *)&p->locator, in get_csum_diff_iaddr() 154 iaddr->loc = p->locator; in ila_update_ipv6_locator()
|
H A D | ila_lwt.c | 168 /* Need to have full locator and at least type field in ila_build_state() 236 p->locator.v64 = (__force __be64)nla_get_u64(tb[ILA_ATTR_LOCATOR]); in ila_build_state() 239 * know both the old locator and the new one. in ila_build_state() 268 if (nla_put_u64_64bit(skb, ILA_ATTR_LOCATOR, (__force u64)p->locator.v64, in ila_fill_encap_info() 303 return (a_p->locator.v64 != b_p->locator.v64); in ila_encap_cmp()
|
H A D | ila.h | 72 struct ila_locator locator; member
|
H A D | ila_xlat.c | 101 xp->ip.locator.v64 = (__force __be64)nla_get_u64( in parse_nl_config() 426 (__force u64)ila->xp.ip.locator.v64, in ila_fill_info()
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actbl2.h | 1413 /* MPAM RIS locator types. Table 11, Location types */ 1430 /* MPAM Processor cache locator descriptor. Table 13 */ 1436 /* MPAM Memory locator descriptor. Table 14 */ 1442 /* MPAM SMMU locator descriptor. Table 15 */ 1448 /* MPAM Memory-side cache locator descriptor. Table 16 */ 1455 /* MPAM ACPI device locator descriptor. Table 17 */ 1461 /* MPAM Interconnect locator descriptor. Table 18 */ 1489 union acpi_mpam_resource_locator locator; member
|
Completed in 12 milliseconds