l2h              8223 drivers/net/ethernet/neterion/s2io.c static void initiate_new_session(struct lro *lro, u8 *l2h,
l2h              8228 drivers/net/ethernet/neterion/s2io.c 	lro->l2h = l2h;
l2h               675 drivers/net/ethernet/neterion/s2io.h 	u8		*l2h;
l2h               667 net/l2tp/l2tp_core.c 		u32 l2h = ntohl(*(__be32 *) ptr);
l2h               669 net/l2tp/l2tp_core.c 		if (l2h & 0x40000000) {
l2h               670 net/l2tp/l2tp_core.c 			ns = l2h & 0x00ffffff;
l2h               989 net/l2tp/l2tp_core.c 		u32 l2h = 0;
l2h               992 net/l2tp/l2tp_core.c 			l2h = 0x40000000 | session->ns;
l2h              1000 net/l2tp/l2tp_core.c 		*((__be32 *)bufp) = htonl(l2h);