Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/tools/
Drelocs.c190 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.1.27/net/ipv6/
Dip6_tunnel.c486 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() local
549 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err()
557 *type = rel_type; in ip6_tnl_err()
572 u8 rel_type = type; in ip4ip6_err() local
581 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err()
589 switch (rel_type) { in ip4ip6_err()
593 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
599 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
603 rel_type = ICMP_REDIRECT; in ip4ip6_err()
657 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
[all …]
/linux-4.1.27/drivers/pci/
Dsetup-bus.c1489 enum release_type rel_type) in pci_bus_release_bridge_resources() argument
1504 if (rel_type == whole_subtree) in pci_bus_release_bridge_resources()
1515 if ((rel_type == whole_subtree) || is_leaf_bridge) in pci_bus_release_bridge_resources()
1650 enum release_type rel_type = leaf_only; in pci_assign_unassigned_root_bus_resources() local
1705 rel_type = whole_subtree; in pci_assign_unassigned_root_bus_resources()
1714 rel_type); in pci_assign_unassigned_root_bus_resources()