Searched refs:itag (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_fib.h219 struct net_device *dev, __be32 *spec_dst, u32 *itag);
242 static inline void fib_combine_itag(u32 *itag, struct fib_result *res) argument
248 *itag = FIB_RES_NH(*res).nh_tclassid<<16;
251 if (*itag == 0)
252 *itag = (rtag<<16);
253 *itag |= (rtag>>16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddesktop.c127 u_int32_t ftype, itag; local
150 memcpy( &itag, ibuf, sizeof( itag ));
151 ibuf += sizeof( itag );
179 memcpy( p, &itag, sizeof( itag ));
180 p += sizeof( itag );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.c127 u_int32_t ftype, itag; local
150 memcpy( &itag, ibuf, sizeof( itag ));
151 ibuf += sizeof( itag );
179 memcpy( p, &itag, sizeof( itag ));
180 p += sizeof( itag );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c183 struct net_device *dev, __be32 *spec_dst, u32 *itag)
212 fib_combine_itag(itag, &res);
244 *itag = 0;
182 fib_validate_source(__be32 src, __be32 dst, u8 tos, int oif, struct net_device *dev, __be32 *spec_dst, u32 *itag) argument
H A Droute.c1563 static void rt_set_nexthop(struct rtable *rt, struct fib_result *res, u32 itag) argument
1600 set_class_tag(rt, itag);
1612 u32 itag = 0; local
1628 dev, &spec_dst, &itag) < 0)
1648 rth->u.dst.tclassid = itag;
1728 u32 itag; local
1741 in_dev->dev, &spec_dst, &itag);
1803 rt_set_nexthop(rth, res, itag);
1921 u32 itag = 0; local
1971 dev, &spec_dst, &itag);
[all...]

Completed in 81 milliseconds