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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_tunnel.c408 u8 rel_type = ICMPV6_DEST_UNREACH; local
477 rel_type = ICMPV6_PKT_TOOBIG;
485 *type = rel_type;
500 u8 rel_type = type; local
509 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,
517 switch (rel_type) {
521 rel_type = ICMP_DEST_UNREACH;
527 rel_type = ICMP_DEST_UNREACH;
579 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {
586 icmp_send(skb2, rel_type, rel_cod
598 u8 rel_type = type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Drelocs.c141 static const char *rel_type(unsigned type) function
490 rel_type(ELF32_R_TYPE(rel->r_info)),
547 rel_type(r_type), r_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dsetup-bus.c778 enum release_type rel_type)
793 if (rel_type == whole_subtree)
804 if ((rel_type == whole_subtree) || is_leaf_bridge)
776 pci_bus_release_bridge_resources(struct pci_bus *bus, unsigned long type, enum release_type rel_type) argument

Completed in 111 milliseconds