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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_fib.h217 u32 *itag, u32 mark);
233 static inline void fib_combine_itag(u32 *itag, struct fib_result *res) argument
239 *itag = FIB_RES_NH(*res).nh_tclassid<<16;
242 if (*itag == 0)
243 *itag = (rtag<<16);
244 *itag |= (rtag>>16);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_frontend.c237 u32 *itag, u32 mark)
276 fib_combine_itag(itag, &res);
318 *itag = 0;
235 fib_validate_source(__be32 src, __be32 dst, u8 tos, int oif, struct net_device *dev, __be32 *spec_dst, u32 *itag, u32 mark) argument
H A Droute.c1801 static void rt_set_nexthop(struct rtable *rt, struct fib_result *res, u32 itag) argument
1838 set_class_tag(rt, itag);
1851 u32 itag = 0; local
1869 &itag, 0);
1891 rth->dst.tclassid = itag;
1969 u32 itag; local
1982 in_dev->dev, &spec_dst, &itag, skb->mark);
2046 rt_set_nexthop(rth, res, itag);
2106 u32 itag = 0; local
2158 dev, &spec_dst, &itag, sk
[all...]

Completed in 70 milliseconds