Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_tunnel.c502 u8 rel_code = ICMPV6_ADDR_UNREACH; in ip6_tnl_err() local
570 rel_code = 0; in ip6_tnl_err()
583 *code = rel_code; in ip6_tnl_err()
601 u8 rel_code = code; in ip4ip6_err() local
605 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err()
615 if (rel_code != ICMPV6_ADDR_UNREACH) in ip4ip6_err()
618 rel_code = ICMP_HOST_UNREACH; in ip4ip6_err()
621 if (rel_code != 0) in ip4ip6_err()
624 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err()
671 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dpxa930_rotary.c58 input_report_rel(r->input_dev, pdata->rel_code, delta); in rotary_irq()
139 __set_bit(pdata->rel_code, input_dev->relbit); in pxa930_rotary_probe()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dkeyboard-pxa930_rotary.h16 int rel_code; member