Searched refs:hop (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | rme96xx.c | 656 inline int rme96xx_copyfromuser(struct dmabuf* dma,const char* buffer,int count,int hop) in rme96xx_copyfromuser() argument 671 buf+=hop; in rme96xx_copyfromuser() 705 inline int rme96xx_copytouser(struct dmabuf* dma,const char* buffer,int count,int hop) in rme96xx_copytouser() argument 721 buf+=hop; in rme96xx_copytouser() 1522 int hop = count/dma->outchannels; in rme96xx_write() local 1561 if (rme96xx_copyfromuser(dma,buffer,cnt,hop)) in rme96xx_write() 1590 int hop = count/dma->inchannels; in rme96xx_read() local 1629 if (rme96xx_copytouser(dma,buffer,cnt,hop)) in rme96xx_read()
|
/linux-2.4.37.9/include/linux/ |
D | ipv6.h | 160 __u16 hop; member
|
/linux-2.4.37.9/Documentation/networking/ |
D | ray_cs.txt | 76 of hop dwell 92 hop_dwell integer hop dwell time in Kilo-microseconds
|
/linux-2.4.37.9/net/ipv6/ |
D | datagram.c | 227 if (np->rxopt.bits.hopopts && opt->hop) { in datagram_recv_ctl() 228 u8 *ptr = skb->nh.raw + opt->hop; in datagram_recv_ctl()
|
D | exthdrs.c | 537 ((struct inet6_skb_parm*)skb->cb)->hop = sizeof(struct ipv6hdr); in ipv6_parse_hopopts()
|
D | tcp_ipv6.c | 937 if ((opt->hop && sk->net_pinfo.af_inet6.rxopt.bits.hopopts) || in ipv6_opt_accepted()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | proc.txt | 1349 sent when we can not reach the next hop, while trying to transmit a packet.
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 3618 Hop-by-hop and Dst opts header match support 3620 This allows one to match packets based on the hop-by-hop 3642 HL matching allows you to match packets based on the hop
|