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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dip6_tunnel.h26 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member in struct:ip6_tnl_parm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 ! */
1074 if(mgr->flowinfo.area) {
1075 snd_dma_free_pages(&mgr->flowinfo);
1076 mgr->flowinfo.area = NULL;
1334 size, &mgr->flowinfo) < 0) {
1339 memset(mgr->flowinfo
[all...]
H A Dmixart_hwdep.c436 writel_be( (u32)mgr->flowinfo.addr, MIXART_MEM( mgr, MIXART_FLOWTABLE_PTR ) ); /* give pointer of flow table to miXart */
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_tunnel.c1104 fl->fl6_flowlabel |= IPV6_TCLASS_MASK & p->flowinfo;
1106 fl->fl6_flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
1158 t->parms.flowinfo = p->flowinfo;
H A Ddatagram.c497 __be32 flowinfo = *(__be32 *)nh & IPV6_FLOWINFO_MASK; local
498 put_cmsg(msg, SOL_IPV6, IPV6_FLOWINFO, sizeof(flowinfo), &flowinfo);

Completed in 203 milliseconds