Searched refs:rel_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/tools/ |
D | relocs.c | 190 static const char *rel_type(unsigned type) in rel_type() function 620 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs() 798 rel_type(r_type), symname); in do_reloc64() 819 rel_type(r_type), r_type); in do_reloc64() 855 rel_type(r_type), symname); in do_reloc32() 864 rel_type(r_type), r_type); in do_reloc32() 907 rel_type(r_type), symname); in do_reloc_real() 930 rel_type(r_type), symname); in do_reloc_real() 935 rel_type(r_type), r_type); in do_reloc_real() 1057 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_tunnel.c | 545 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() local 608 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err() 616 *type = rel_type; in ip6_tnl_err() 631 u8 rel_type = type; in ip4ip6_err() local 640 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err() 648 switch (rel_type) { in ip4ip6_err() 652 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 658 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 662 rel_type = ICMP_REDIRECT; in ip4ip6_err() 716 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() [all …]
|
/linux-4.4.14/drivers/pci/ |
D | setup-bus.c | 1533 enum release_type rel_type) in pci_bus_release_bridge_resources() argument 1548 if (rel_type == whole_subtree) in pci_bus_release_bridge_resources() 1559 if ((rel_type == whole_subtree) || is_leaf_bridge) in pci_bus_release_bridge_resources() 1694 enum release_type rel_type = leaf_only; in pci_assign_unassigned_root_bus_resources() local 1749 rel_type = whole_subtree; in pci_assign_unassigned_root_bus_resources() 1758 rel_type); in pci_assign_unassigned_root_bus_resources()
|