Searched refs:rel_type (Results 1 – 3 of 3) sorted by relevance
/linux/mm/kasan/ |
H A D | report.c | 297 const char *rel_type, *region_state = ""; in describe_object_addr() local 305 rel_type = "to the left"; in describe_object_addr() 308 rel_type = "to the right"; in describe_object_addr() 311 rel_type = "inside"; in describe_object_addr() 331 rel_bytes, rel_type, region_state, info->alloc_size, in describe_object_addr()
|
/linux/net/ipv6/ |
H A D | ip6_tunnel.c | 468 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() local 536 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err() 549 *type = rel_type; in ip6_tnl_err() 567 u8 rel_type = type; in ip4ip6_err() local 572 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err() 580 switch (rel_type) { in ip4ip6_err() 584 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 590 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 640 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() 647 icmp_send(skb2, rel_type, rel_code, htonl(rel_info)); in ip4ip6_err() [all …]
|
/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 60 static const char *rel_type(unsigned type) in rel_type() function 544 rel_type(r_type), r_type); in do_reloc() 642 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
|