Searched refs:flowinfo (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dip6_tunnel.h28 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member in struct:ip6_tnl_parm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.h104 struct snd_dma_buffer flowinfo; member in struct:mixart_mgr
H A Dmixart.c274 struct mixart_flowinfo *flowinfo; local
288 flowinfo = (struct mixart_flowinfo *)chip->mgr->flowinfo.area;
289 flowinfo[j].bufferinfo_array_phy_address = (u32)chip->mgr->bufferinfo.addr + (j * sizeof(struct mixart_bufferinfo));
290 flowinfo[j].bufferinfo_count = 1; /* 1 will set the miXart to ring-buffer mode ! */
1072 if(mgr->flowinfo.area) {
1073 snd_dma_free_pages(&mgr->flowinfo);
1074 mgr->flowinfo.area = NULL;
1385 size, &mgr->flowinfo) < 0) {
1390 memset(mgr->flowinfo
[all...]
H A Dmixart_hwdep.c428 writel_be( (u32)mgr->flowinfo.addr, MIXART_MEM( mgr, MIXART_FLOWTABLE_PTR ) ); /* give pointer of flow table to miXart */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex109 and have to mangle it, even if we are not interested in flowinfo subtleties.
150 initialize it to zero. If user wants to get received flowinfo, he
152 flowinfo as ancillary data object of type \verb|IPV6_FLOWINFO|
165 may be used as alternative way to send flowinfo with \verb|sendmsg()| or
367 perror ("can't send flowinfo");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c1099 fl->fl6_flowlabel |= IPV6_TCLASS_MASK & p->flowinfo;
1101 fl->fl6_flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
1153 t->parms.flowinfo = p->flowinfo;
H A Ddatagram.c413 __be32 flowinfo = *(__be32 *)nh & IPV6_FLOWINFO_MASK; local
414 put_cmsg(msg, SOL_IPV6, IPV6_FLOWINFO, sizeof(flowinfo), &flowinfo);

Completed in 187 milliseconds