itag              176 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t itag:1;
itag              204 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t itag:1;
itag              220 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t itag:1;
itag              248 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t itag:1;
itag              263 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t itag:1;
itag              289 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t itag:1;
itag             1441 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t itag:5;
itag             1443 arch/mips/include/asm/octeon/cvmx-sriox-defs.h 		uint64_t itag:5;
itag             1721 drivers/crypto/atmel-aes.c 	u32 offset, authsize, itag[4], *otag = ctx->tag;
itag             1736 drivers/crypto/atmel-aes.c 		scatterwalk_map_and_copy(itag, req->src, offset, authsize, 0);
itag             1737 drivers/crypto/atmel-aes.c 		err = crypto_memneq(itag, otag, authsize) ? -EBADMSG : 0;
itag              404 drivers/crypto/nx/nx-aes-gcm.c 		u8 *itag = nx_ctx->priv.gcm.iauth_tag;
itag              408 drivers/crypto/nx/nx-aes-gcm.c 			itag, req->src, req->assoclen + nbytes,
itag              411 drivers/crypto/nx/nx-aes-gcm.c 		rc = crypto_memneq(itag, otag,
itag              411 include/net/ip_fib.h 			struct in_device *idev, u32 *itag);
itag              466 include/net/ip_fib.h static inline void fib_combine_itag(u32 *itag, const struct fib_result *res)
itag              477 include/net/ip_fib.h 		*itag = nh->nh_tclassid << 16;
itag              479 include/net/ip_fib.h 		*itag = 0;
itag              484 include/net/ip_fib.h 	if (*itag == 0)
itag              485 include/net/ip_fib.h 		*itag = (rtag<<16);
itag              486 include/net/ip_fib.h 	*itag |= (rtag>>16);
itag              181 include/net/route.h 			  struct in_device *in_dev, u32 *itag);
itag              355 net/ipv4/fib_frontend.c 				 int rpf, struct in_device *idev, u32 *itag)
itag              390 net/ipv4/fib_frontend.c 	fib_combine_itag(itag, &res);
itag              418 net/ipv4/fib_frontend.c 	*itag = 0;
itag              430 net/ipv4/fib_frontend.c 			struct in_device *idev, u32 *itag)
itag              450 net/ipv4/fib_frontend.c 		*itag = 0;
itag              455 net/ipv4/fib_frontend.c 	return __fib_validate_source(skb, src, dst, tos, oif, dev, r, idev, itag);
itag             1563 net/ipv4/route.c 			   struct fib_info *fi, u16 type, u32 itag,
itag             1615 net/ipv4/route.c 	set_class_tag(rt, itag);
itag             1688 net/ipv4/route.c 			  struct in_device *in_dev, u32 *itag)
itag             1709 net/ipv4/route.c 					  in_dev, itag);
itag             1723 net/ipv4/route.c 	u32 itag = 0;
itag             1726 net/ipv4/route.c 	err = ip_mc_validate_source(skb, daddr, saddr, tos, dev, in_dev, &itag);
itag             1739 net/ipv4/route.c 	rth->dst.tclassid = itag;
itag             1793 net/ipv4/route.c 	u32 itag = 0;
itag             1803 net/ipv4/route.c 				  in_dev->dev, in_dev, &itag);
itag             1811 net/ipv4/route.c 	do_cache = res->fi && !itag;
itag             1862 net/ipv4/route.c 	rt_set_nexthop(rth, daddr, res, fnhe, res->fi, res->type, itag,
itag             2046 net/ipv4/route.c 	u32		itag = 0;
itag             2134 net/ipv4/route.c 					  0, dev, in_dev, &itag);
itag             2157 net/ipv4/route.c 					  in_dev, &itag);
itag             2166 net/ipv4/route.c 	do_cache &= res->fi && !itag;
itag             2186 net/ipv4/route.c 	rth->dst.tclassid = itag;
itag             2482 net/ipv4/udp.c 		u32 itag = 0;
itag             2496 net/ipv4/udp.c 						     skb->dev, in_dev, &itag);