/kernel/linux/linux-5.10/include/net/ |
H A D | dst_metadata.h | 97 static inline struct metadata_dst *tun_rx_dst(int md_size) in tun_rx_dst() argument 101 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_rx_dst() 113 int md_size; in tun_dst_unclone() local 119 md_size = md_dst->u.tun_info.options_len; in tun_dst_unclone() 120 new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_dst_unclone() 125 sizeof(struct ip_tunnel_info) + md_size); in tun_dst_unclone() 148 int md_size) in __ip_tun_set_dst() 152 tun_dst = tun_rx_dst(md_size); in __ip_tun_set_dst() 165 int md_size) in ip_tun_rx_dst() 170 0, flags, tunnel_id, md_size); in ip_tun_rx_dst() 142 __ip_tun_set_dst(__be32 saddr, __be32 daddr, __u8 tos, __u8 ttl, __be16 tp_dst, __be16 flags, __be64 tunnel_id, int md_size) __ip_tun_set_dst() argument 162 ip_tun_rx_dst(struct sk_buff *skb, __be16 flags, __be64 tunnel_id, int md_size) ip_tun_rx_dst() argument 173 __ipv6_tun_set_dst(const struct in6_addr *saddr, const struct in6_addr *daddr, __u8 tos, __u8 ttl, __be16 tp_dst, __be32 label, __be16 flags, __be64 tunnel_id, int md_size) __ipv6_tun_set_dst() argument 206 ipv6_tun_rx_dst(struct sk_buff *skb, __be16 flags, __be64 tunnel_id, int md_size) ipv6_tun_rx_dst() argument [all...] |
H A D | udp_tunnel.h | 158 int md_size);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst_metadata.h | 139 static inline struct metadata_dst *tun_rx_dst(int md_size) in tun_rx_dst() argument 143 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_rx_dst() 155 int md_size; in tun_dst_unclone() local 161 md_size = md_dst->u.tun_info.options_len; in tun_dst_unclone() 162 new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_dst_unclone() 167 sizeof(struct ip_tunnel_info) + md_size); in tun_dst_unclone() 203 int md_size) in __ip_tun_set_dst() 207 tun_dst = tun_rx_dst(md_size); in __ip_tun_set_dst() 220 int md_size) in ip_tun_rx_dst() 225 0, flags, tunnel_id, md_size); in ip_tun_rx_dst() 197 __ip_tun_set_dst(__be32 saddr, __be32 daddr, __u8 tos, __u8 ttl, __be16 tp_dst, __be16 flags, __be64 tunnel_id, int md_size) __ip_tun_set_dst() argument 217 ip_tun_rx_dst(struct sk_buff *skb, __be16 flags, __be64 tunnel_id, int md_size) ip_tun_rx_dst() argument 228 __ipv6_tun_set_dst(const struct in6_addr *saddr, const struct in6_addr *daddr, __u8 tos, __u8 ttl, __be16 tp_dst, __be32 label, __be16 flags, __be64 tunnel_id, int md_size) __ipv6_tun_set_dst() argument 261 ipv6_tun_rx_dst(struct sk_buff *skb, __be16 flags, __be64 tunnel_id, int md_size) ipv6_tun_rx_dst() argument [all...] |
H A D | udp_tunnel.h | 166 int md_size);
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | memattr.c | 86 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in entry_is_valid() local 95 if (md_paddr > in_paddr || (in_paddr - md_paddr) >= md_size) in entry_is_valid() 102 if (md_paddr + md_size < in_paddr + in_size) { in entry_is_valid()
|
H A D | riscv-runtime.c | 88 int md_size = md->num_pages << EFI_PAGE_SHIFT; in riscv_enable_runtime_services() local 99 res->end = md->phys_addr + md_size - 1; in riscv_enable_runtime_services()
|
H A D | arm-runtime.c | 110 int md_size = md->num_pages << EFI_PAGE_SHIFT; in arm_enable_runtime_services() local 121 res->end = md->phys_addr + md_size - 1; in arm_enable_runtime_services()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | memattr.c | 86 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in entry_is_valid() local 95 if (md_paddr > in_paddr || (in_paddr - md_paddr) >= md_size) in entry_is_valid() 102 if (md_paddr + md_size < in_paddr + in_size) { in entry_is_valid()
|
H A D | arm-runtime.c | 110 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in arm_enable_runtime_services() local 121 res->end = md->phys_addr + md_size - 1; in arm_enable_runtime_services()
|
H A D | riscv-runtime.c | 88 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in riscv_enable_runtime_services() local 99 res->end = md->phys_addr + md_size - 1; in riscv_enable_runtime_services()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_tunnel_core.c | 186 __be16 flags, __be64 tunnel_id, int md_size) in udp_tun_rx_dst() 192 tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst() 194 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst() 185 udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, __be16 flags, __be64 tunnel_id, int md_size) udp_tun_rx_dst() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_tunnel_core.c | 204 __be16 flags, __be64 tunnel_id, int md_size) in udp_tun_rx_dst() 210 tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst() 212 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst() 203 udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, __be16 flags, __be64 tunnel_id, int md_size) udp_tun_rx_dst() argument
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | audioreach.h | 323 uint32_t md_size; member
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 4768 static struct md_sysfs_entry md_size = variable 5553 &md_size.attr,
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 4697 static struct md_sysfs_entry md_size = variable 5525 &md_size.attr,
|